#AB1BB1

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

Shades of Dark Orchid #AB1BB1

Tints of Dark Orchid #AB1BB1

Color information

#AB1BB1 (or 0xAB1BB1) is unknown color: approx Dark Orchid. HEX triplet: AB, 1B and B1. RGB value is (171,27,177). Sum of RGB (Red+Green+Blue) = 171+27+177=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 177 (69.53% from 255 or 47.2% from 375); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB1BB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1BB1 is #54E44E. Grayscale: #565656. Windows color (decimal): -5563471 or 11606955. OLE color: 11606955.

HSL color Cylindrical-coordinate representation of color #AB1BB1: hue angle of 297.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1BB1 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17127177-
CMYK0.030.8500.31
HSL297.6º73.53%40%-
HSV(B)297.6º84.75%69.41%-
XYZ25.1212.6242.71-
YUV87.16178.71187.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 45.6%
GREEN value IS 27 (10.94% from 255) = 7.2%
BLUE value IS 177 (69.53% from 255) = 47.2%
R=45.6%
G=7.2%
B=47.2%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171271770.030.8500.31297.673.5340
HexAB1BB135501F12a4a28
Octal25333261312503745211250
Binary1010101111011101100011110101010111111001010101001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1BB1; }

 p { color: rgb(171,27,177); }

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

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

 a { background-color: rgb(171,27,177); }

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

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

 span { border-color: rgb(171,27,177); }

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