#AB34C2

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

Shades of Dark Orchid #AB34C2

Tints of Dark Orchid #AB34C2

Color information

#AB34C2 (or 0xAB34C2) is unknown color: approx Dark Orchid. HEX triplet: AB, 34 and C2. RGB value is (171,52,194). Sum of RGB (Red+Green+Blue) = 171+52+194=417 (55% of max value = 765). Red value is 171 (67.19% from 255 or 41.01% from 417); Green value is 52 (20.70% from 255 or 12.47% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB34C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB34C2 is #54CB3D. Grayscale: #676767. Windows color (decimal): -5557054 or 12727467. OLE color: 12727467.

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

Color convert

RGB17152194-
CMYK0.120.7300.24
HSL290.28º57.72%48.24%-
HSV(B)290.28º73.2%76.08%-
XYZ27.7615.0152.47-
YUV103.77178.92175.95-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 41.01%
GREEN value IS 52 (20.70% from 255) = 12.47%
BLUE value IS 194 (76.17% from 255) = 46.52%
R=41.01%
G=12.47%
B=46.52%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal171521940.120.7300.24290.2857.7248.24
HexAB34C2C490181223a30
Octal25364302141110304427260
Binary101010111101001100001011001001001011000100100010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB34C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB34C2; }

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

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

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

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

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

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

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

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