#AF60D8

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

Shades of Medium Orchid #AF60D8

Tints of Medium Orchid #AF60D8

Color information

#AF60D8 (or 0xAF60D8) is unknown color: approx Medium Orchid. HEX triplet: AF, 60 and D8. RGB value is (175,96,216). Sum of RGB (Red+Green+Blue) = 175+96+216=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 96 (37.89% from 255 or 19.71% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF60D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60D8 is #509F27. Grayscale: #848484. Windows color (decimal): -5283624 or 14180527. OLE color: 14180527.

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

Color convert

RGB17596216-
CMYK0.190.5600.15
HSL279.5º60.61%61.18%-
HSV(B)279.5º55.56%84.71%-
XYZ34.2622.4467.49-
YUV133.3174.67157.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 96 (37.89% from 255) = 19.71%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=35.93%
G=19.71%
B=44.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175962160.190.5600.15279.560.6161.18
HexAF60D813380F1183d3d
Octal25714033023700174307575
Binary101011111100000110110001001111100001111100011000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF60D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF60D8; }

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

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

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

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

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

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

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

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