#AB29BC

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

Shades of Dark Orchid #AB29BC

Tints of Dark Orchid #AB29BC

Color information

#AB29BC (or 0xAB29BC) is unknown color: approx Dark Orchid. HEX triplet: AB, 29 and BC. RGB value is (171,41,188). Sum of RGB (Red+Green+Blue) = 171+41+188=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 41 (16.41% from 255 or 10.25% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB29BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29BC is #54D643. Grayscale: #606060. Windows color (decimal): -5559876 or 12331435. OLE color: 12331435.

HSL color Cylindrical-coordinate representation of color #AB29BC: hue angle of 293.06º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB29BC is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17141188-
CMYK0.090.7800.26
HSL293.06º64.19%44.9%-
HSV(B)293.06º78.19%73.73%-
XYZ26.6613.8748.85-
YUV96.63179.57181.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.75%
GREEN value IS 41 (16.41% from 255) = 10.25%
BLUE value IS 188 (73.83% from 255) = 47%
R=42.75%
G=10.25%
B=47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal171411880.090.7800.26293.0664.1944.9
HexAB29BC94E01A125402d
Octal253512741111603244510055
Binary1010101110100110111100100110011100110101001001011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB29BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB29BC; }

 p { color: rgb(171,41,188); }

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

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

 a { background-color: rgb(171,41,188); }

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

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

 span { border-color: rgb(171,41,188); }

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