#AF66DA

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

Shades of Medium Orchid #AF66DA

Tints of Medium Orchid #AF66DA

Color information

#AF66DA (or 0xAF66DA) is unknown color: approx Medium Orchid. HEX triplet: AF, 66 and DA. RGB value is (175,102,218). Sum of RGB (Red+Green+Blue) = 175+102+218=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 102 (40.23% from 255 or 20.61% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF66DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF66DA is #509925. Grayscale: #888888. Windows color (decimal): -5282086 or 14313135. OLE color: 14313135.

HSL color Cylindrical-coordinate representation of color #AF66DA: hue angle of 277.76º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF66DA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175102218-
CMYK0.200.5300.15
HSL277.76º61.05%62.75%-
HSV(B)277.76º53.21%85.49%-
XYZ35.0923.6869.05-
YUV137.05173.68155.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.35%
GREEN value IS 102 (40.23% from 255) = 20.61%
BLUE value IS 218 (85.55% from 255) = 44.04%
R=35.35%
G=20.61%
B=44.04%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751022180.200.5300.15277.7661.0562.75
HexAF66DA14350F1163d3f
Octal25714633224650174267577
Binary101011111100110110110101010011010101111100010110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF66DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF66DA; }

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

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

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

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

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

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

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

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