#A74FEE

Color #A74FEE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A74FEE

Tints of Medium Orchid #A74FEE

Color information

#A74FEE (or 0xA74FEE) is unknown color: approx Medium Orchid. HEX triplet: A7, 4F and EE. RGB value is (167,79,238). Sum of RGB (Red+Green+Blue) = 167+79+238=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 79 (31.25% from 255 or 16.32% from 484); Blue value is 238 (93.36% from 255 or 49.17% from 484); Max value from RGB is 238 - color contains mainly: blue. Hex color #A74FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A74FEE is #58B011. Grayscale: #7A7A7A. Windows color (decimal): -5812242 or 15617959. OLE color: 15617959.

HSL color Cylindrical-coordinate representation of color #A74FEE: hue angle of 273.21º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74FEE is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16779238-
CMYK0.300.6700.07
HSL273.21º82.38%62.16%-
HSV(B)273.21º66.81%93.33%-
XYZ34.1619.9882.94-
YUV123.44192.65159.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 79 (31.25% from 255) = 16.32%
BLUE value IS 238 (93.36% from 255) = 49.17%
R=34.50%
G=16.32%
B=49.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal167792380.300.6700.07273.2182.3862.16
HexA74FEE1E4307111523e
Octal247117356361030742112276
Binary1010011110011111110111011110100001101111000100011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74FEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74FEE; }

 p { color: rgb(167,79,238); }

 H1.HeaderClassName
 {
   color: #A74FEE;
 }
 .AnyTagClassName
 {
   color: #A74FEE;
 }
</style>
background-color css

<style>
 a { background-color: #A74FEE; }

 a { background-color: rgb(167,79,238); }

 div.DivClassName
 {
   background-color: #A74FEE;
 }
 .BgClassName
 {
   background-color: #A74FEE;
 }
</style>
border-color css

<style>
 span { border-color: #A74FEE; }

 span { border-color: rgb(167,79,238); }

 td.TdClassName
 {
   border-color: #A74FEE;
 }
 .TagClassName
 {
   border-color: #A74FEE;
 }
</style>