#AF5AD8

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

Shades of Medium Orchid #AF5AD8

Tints of Medium Orchid #AF5AD8

Color information

#AF5AD8 (or 0xAF5AD8) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and D8. RGB value is (175,90,216). Sum of RGB (Red+Green+Blue) = 175+90+216=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 90 (35.55% from 255 or 18.71% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF5AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AD8 is #50A527. Grayscale: #818181. Windows color (decimal): -5285160 or 14178991. OLE color: 14178991.

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

Color convert

RGB17590216-
CMYK0.190.5800.15
HSL280.48º61.76%60%-
HSV(B)280.48º58.33%84.71%-
XYZ33.7321.3867.32-
YUV129.78176.66160.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.38%
GREEN value IS 90 (35.55% from 255) = 18.71%
BLUE value IS 216 (84.77% from 255) = 44.91%
R=36.38%
G=18.71%
B=44.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal175902160.190.5800.15280.4861.7660
HexAF5AD8133A0F1183e3c
Octal25713233023720174307674
Binary101011111011010110110001001111101001111100011000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AD8; }

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

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

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

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

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

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

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

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