#AF5DC8

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

Shades of Medium Orchid #AF5DC8

Tints of Medium Orchid #AF5DC8

Color information

#AF5DC8 (or 0xAF5DC8) is unknown color: approx Medium Orchid. HEX triplet: AF, 5D and C8. RGB value is (175,93,200). Sum of RGB (Red+Green+Blue) = 175+93+200=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 93 (36.72% from 255 or 19.87% from 468); Blue value is 200 (78.52% from 255 or 42.74% from 468); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF5DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5DC8 is #50A237. Grayscale: #818181. Windows color (decimal): -5284408 or 13131183. OLE color: 13131183.

HSL color Cylindrical-coordinate representation of color #AF5DC8: hue angle of 285.98º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF5DC8 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17593200-
CMYK0.120.5400.22
HSL285.98º49.31%57.45%-
HSV(B)285.98º53.5%78.43%-
XYZ32.0221.1157.03-
YUV129.72167.67160.3-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 37.39%
GREEN value IS 93 (36.72% from 255) = 19.87%
BLUE value IS 200 (78.52% from 255) = 42.74%
R=37.39%
G=19.87%
B=42.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal175932000.120.5400.22285.9849.3157.45
HexAF5DC8C3601611e3139
Octal25713531014660264366171
Binary101011111011101110010001100110110010110100011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5DC8; }

 p { color: rgb(175,93,200); }

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

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

 a { background-color: rgb(175,93,200); }

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

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

 span { border-color: rgb(175,93,200); }

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