#AB27AF

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

Shades of Dark Orchid #AB27AF

Tints of Dark Orchid #AB27AF

Color information

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

HSL color Cylindrical-coordinate representation of color #AB27AF: hue angle of 298.24º 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 #AB27AF is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17139175-
CMYK0.020.7800.31
HSL298.24º63.55%41.96%-
HSV(B)298.24º77.71%68.63%-
XYZ25.2613.241.77-
YUV93.97173.73182.94-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171391750.020.7800.31298.2463.5541.96
HexAB27AF24E01F12a402a
Octal25347257211603745210052
Binary10101011100111101011111010011100111111001010101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB27AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB27AF; }

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

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

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

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

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

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

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

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