#AF27AB

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

Shades of Dark Orchid #AF27AB

Tints of Dark Orchid #AF27AB

Color information

#AF27AB (or 0xAF27AB) is unknown color: approx Dark Orchid. HEX triplet: AF, 27 and AB. RGB value is (175,39,171). Sum of RGB (Red+Green+Blue) = 175+39+171=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF27AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF27AB is #50D854. Grayscale: #5E5E5E. Windows color (decimal): -5298261 or 11216815. OLE color: 11216815.

HSL color Cylindrical-coordinate representation of color #AF27AB: hue angle of 301.76º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AF27AB is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.31.

Color convert

RGB17539171-
CMYK00.780.020.31
HSL301.76º63.55%41.96%-
HSV(B)301.76º77.71%68.63%-
XYZ25.7613.5139.78-
YUV94.71171.06185.27-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 39 (15.62% from 255) = 10.13%
BLUE value IS 171 (67.19% from 255) = 44.42%
R=45.45%
G=10.13%
B=44.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1753917100.780.020.31301.7663.5541.96
HexAF27AB04E21F12e402a
Octal25747253011623745610052
Binary10101111100111101010110100111010111111001011101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF27AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF27AB; }

 p { color: rgb(175,39,171); }

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

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

 a { background-color: rgb(175,39,171); }

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

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

 span { border-color: rgb(175,39,171); }

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