#AB2AC2

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

Shades of Dark Orchid #AB2AC2

Tints of Dark Orchid #AB2AC2

Color information

#AB2AC2 (or 0xAB2AC2) is unknown color: approx Dark Orchid. HEX triplet: AB, 2A and C2. RGB value is (171,42,194). Sum of RGB (Red+Green+Blue) = 171+42+194=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 42 (16.80% from 255 or 10.32% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB2AC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2AC2 is #54D53D. Grayscale: #616161. Windows color (decimal): -5559614 or 12724907. OLE color: 12724907.

HSL color Cylindrical-coordinate representation of color #AB2AC2: hue angle of 290.92º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2AC2 is Cyan = 0.12, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17142194-
CMYK0.120.7800.24
HSL290.92º64.41%46.27%-
HSV(B)290.92º78.35%76.08%-
XYZ27.3614.2152.34-
YUV97.9182.24180.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.01%
GREEN value IS 42 (16.80% from 255) = 10.32%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=42.01%
G=10.32%
B=47.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171421940.120.7800.24290.9264.4146.27
HexAB2AC2C4E018123402e
Octal253523021411603044310056
Binary1010101110101011000010110010011100110001001000111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2AC2; }

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

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

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

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

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

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

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

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