#AF66EA

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

Shades of Medium Orchid #AF66EA

Tints of Medium Orchid #AF66EA

Color information

#AF66EA (or 0xAF66EA) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and EA. RGB value is (175,102,234). Sum of RGB (Red+Green+Blue) = 175+102+234=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 102 (40.23% from 255 or 19.96% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF66EA is #509915. Grayscale: #8A8A8A. Windows color (decimal): -5282070 or 15361711. OLE color: 15361711.

HSL color Cylindrical-coordinate representation of color #AF66EA: hue angle of 273.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF66EA is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175102234-
CMYK0.250.5600.08
HSL273.18º75.86%65.88%-
HSV(B)273.18º56.41%91.76%-
XYZ37.2824.5680.62-
YUV138.88181.68153.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 102 (40.23% from 255) = 19.96%
BLUE value IS 234 (91.80% from 255) = 45.79%
R=34.25%
G=19.96%
B=45.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751022340.250.5600.08273.1875.8665.88
HexAF66EA1938081114c42
Octal2571463523170010421114102
Binary10101111110011011101010110011110000100010001000110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66EA; }

 p { color: rgb(175,102,234); }

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

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

 a { background-color: rgb(175,102,234); }

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

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

 span { border-color: rgb(175,102,234); }

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