#AB29CC

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

Shades of Dark Orchid #AB29CC

Tints of Dark Orchid #AB29CC

Color information

#AB29CC (or 0xAB29CC) is unknown color: approx Dark Orchid. HEX triplet: AB, 29 and CC. RGB value is (171,41,204). Sum of RGB (Red+Green+Blue) = 171+41+204=416 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.11% from 416); Green value is 41 (16.41% from 255 or 9.86% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB29CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29CC is #54D633. Grayscale: #616161. Windows color (decimal): -5559860 or 13380011. OLE color: 13380011.

HSL color Cylindrical-coordinate representation of color #AB29CC: hue angle of 287.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB29CC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17141204-
CMYK0.160.8000.2
HSL287.85º66.53%48.04%-
HSV(B)287.85º79.9%80%-
XYZ28.4914.658.44-
YUV98.45187.57179.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.11%
GREEN value IS 41 (16.41% from 255) = 9.86%
BLUE value IS 204 (80.08% from 255) = 49.04%
R=41.11%
G=9.86%
B=49.04%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171412040.160.8000.2287.8566.5348.04
HexAB29CC10500141204330
Octal253513142012002444010360
Binary10101011101001110011001000010100000101001001000001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB29CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB29CC; }

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

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

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

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

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

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

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

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