#AB1BBA

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

Shades of Dark Orchid #AB1BBA

Tints of Dark Orchid #AB1BBA

Color information

#AB1BBA (or 0xAB1BBA) is unknown color: approx Dark Orchid. HEX triplet: AB, 1B and BA. RGB value is (171,27,186). Sum of RGB (Red+Green+Blue) = 171+27+186=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1BBA is #54E445. Grayscale: #575757. Windows color (decimal): -5563462 or 12196779. OLE color: 12196779.

HSL color Cylindrical-coordinate representation of color #AB1BBA: hue angle of 294.34º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1BBA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17127186-
CMYK0.080.8500.27
HSL294.34º74.65%41.76%-
HSV(B)294.34º85.48%72.94%-
XYZ26.0512.9947.59-
YUV88.18183.21187.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.53%
GREEN value IS 27 (10.94% from 255) = 7.03%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=44.53%
G=7.03%
B=48.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal171271860.080.8500.27294.3474.6541.76
HexAB1BBA85501B1264b2a
Octal253332721012503344611352
Binary101010111101110111010100010101010110111001001101001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1BBA; }

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

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

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

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

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

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

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

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