#AB29AA

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

Shades of Dark Orchid #AB29AA

Tints of Dark Orchid #AB29AA

Color information

#AB29AA (or 0xAB29AA) is unknown color: approx Dark Orchid. HEX triplet: AB, 29 and AA. RGB value is (171,41,170). Sum of RGB (Red+Green+Blue) = 171+41+170=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB29AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29AA is #54D655. Grayscale: #5E5E5E. Windows color (decimal): -5559894 or 11151787. OLE color: 11151787.

HSL color Cylindrical-coordinate representation of color #AB29AA: hue angle of 300.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB29AA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17141170-
CMYK00.760.010.33
HSL300.46º61.32%41.57%-
HSV(B)300.46º76.02%67.06%-
XYZ24.8413.1539.26-
YUV94.58170.57182.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 44.76%
GREEN value IS 41 (16.41% from 255) = 10.73%
BLUE value IS 170 (66.80% from 255) = 44.50%
R=44.76%
G=10.73%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714117000.760.010.33300.4661.3241.57
HexAB29AA04C12112c3d2a
Octal2535125201141414547552
Binary1010101110100110101010010011001100001100101100111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB29AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB29AA; }

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

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

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

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

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

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

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

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