#AF60DA

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

Shades of Medium Orchid #AF60DA

Tints of Medium Orchid #AF60DA

Color information

#AF60DA (or 0xAF60DA) is unknown color: approx Medium Orchid. HEX triplet: AF, 60 and DA. RGB value is (175,96,218). Sum of RGB (Red+Green+Blue) = 175+96+218=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 218 (85.55% from 255 or 44.58% from 489); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF60DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DA is #509F25. Grayscale: #858585. Windows color (decimal): -5283622 or 14311599. OLE color: 14311599.

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

Color convert

RGB17596218-
CMYK0.200.5600.15
HSL278.85º62.24%61.57%-
HSV(B)278.85º55.96%85.49%-
XYZ34.5222.5468.86-
YUV133.53175.67157.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.79%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 218 (85.55% from 255) = 44.58%
R=35.79%
G=19.63%
B=44.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175962180.200.5600.15278.8562.2461.57
HexAF60DA14380F1173e3e
Octal25714033224700174277676
Binary101011111100000110110101010011100001111100010111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60DA; }

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

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

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

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

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

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

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

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