#AB2ACC

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

Shades of Dark Orchid #AB2ACC

Tints of Dark Orchid #AB2ACC

Color information

#AB2ACC (or 0xAB2ACC) is unknown color: approx Dark Orchid. HEX triplet: AB, 2A and CC. RGB value is (171,42,204). Sum of RGB (Red+Green+Blue) = 171+42+204=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 42 (16.80% from 255 or 10.07% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB2ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2ACC is #54D533. Grayscale: #626262. Windows color (decimal): -5559604 or 13380267. OLE color: 13380267.

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

Color convert

RGB17142204-
CMYK0.160.7900.2
HSL287.78º65.85%48.24%-
HSV(B)287.78º79.41%80%-
XYZ28.5214.6758.46-
YUV99.04187.24179.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 42 (16.80% from 255) = 10.07%
BLUE value IS 204 (80.08% from 255) = 48.92%
R=41.01%
G=10.07%
B=48.92%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal171422040.160.7900.2287.7865.8548.24
HexAB2ACC104F0141204230
Octal253523142011702444010260
Binary10101011101010110011001000010011110101001001000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2ACC; }

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

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

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

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

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

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

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

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