#AB27BB

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

Shades of Dark Orchid #AB27BB

Tints of Dark Orchid #AB27BB

Color information

#AB27BB (or 0xAB27BB) is unknown color: approx Dark Orchid. HEX triplet: AB, 27 and BB. RGB value is (171,39,187). Sum of RGB (Red+Green+Blue) = 171+39+187=397 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.07% from 397); Green value is 39 (15.62% from 255 or 9.82% from 397); Blue value is 187 (73.44% from 255 or 47.10% from 397); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB27BB is #54D844. Grayscale: #5E5E5E. Windows color (decimal): -5560389 or 12265387. OLE color: 12265387.

HSL color Cylindrical-coordinate representation of color #AB27BB: hue angle of 293.51º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB27BB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17139187-
CMYK0.090.7900.27
HSL293.51º65.49%44.31%-
HSV(B)293.51º79.14%73.33%-
XYZ26.4913.748.26-
YUV95.34179.73181.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.07%
GREEN value IS 39 (15.62% from 255) = 9.82%
BLUE value IS 187 (73.44% from 255) = 47.10%
R=43.07%
G=9.82%
B=47.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171391870.090.7900.27293.5165.4944.31
HexAB27BB94F01B126412c
Octal253472731111703344610154
Binary1010101110011110111011100110011110110111001001101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB27BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB27BB; }

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

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

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

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

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

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

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

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