#AF5AD6

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

Shades of Medium Orchid #AF5AD6

Tints of Medium Orchid #AF5AD6

Color information

#AF5AD6 (or 0xAF5AD6) is unknown color: approx Medium Orchid. HEX triplet: AF, 5A and D6. RGB value is (175,90,214). Sum of RGB (Red+Green+Blue) = 175+90+214=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 90 (35.55% from 255 or 18.79% from 479); Blue value is 214 (83.98% from 255 or 44.68% from 479); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF5AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF5AD6 is #50A529. Grayscale: #818181. Windows color (decimal): -5285162 or 14047919. OLE color: 14047919.

HSL color Cylindrical-coordinate representation of color #AF5AD6: hue angle of 281.13º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF5AD6 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17590214-
CMYK0.180.5800.16
HSL281.13º60.19%59.61%-
HSV(B)281.13º57.94%83.92%-
XYZ33.4721.2865.96-
YUV129.55175.66160.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.53%
GREEN value IS 90 (35.55% from 255) = 18.79%
BLUE value IS 214 (83.98% from 255) = 44.68%
R=36.53%
G=18.79%
B=44.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal175902140.180.5800.16281.1360.1959.61
HexAF5AD6123A0101193c3c
Octal25713232622720204317474
Binary1010111110110101101011010010111010010000100011001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5AD6; }

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

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

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

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

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

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

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

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