#A22AB4

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

Shades of Dark Orchid #A22AB4

Tints of Dark Orchid #A22AB4

Color information

#A22AB4 (or 0xA22AB4) is unknown color: approx Dark Orchid. HEX triplet: A2, 2A and B4. RGB value is (162,42,180). Sum of RGB (Red+Green+Blue) = 162+42+180=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 180 (70.70% from 255 or 46.88% from 384); Max value from RGB is 180 - color contains mainly: blue. Hex color #A22AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A22AB4 is #5DD54B. Grayscale: #5D5D5D. Windows color (decimal): -6149452 or 11807394. OLE color: 11807394.

HSL color Cylindrical-coordinate representation of color #A22AB4: hue angle of 292.17º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A22AB4 is Cyan = 0.1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16242180-
CMYK0.10.7700.29
HSL292.17º62.16%43.53%-
HSV(B)292.17º76.67%70.59%-
XYZ23.9712.6344.36-
YUV93.61176.76176.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 42 (16.80% from 255) = 10.94%
BLUE value IS 180 (70.70% from 255) = 46.88%
R=42.19%
G=10.94%
B=46.88%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162421800.10.7700.29292.1762.1643.53
HexA22AB4A4D01D1243e2c
Octal24252264121150354447654
Binary101000101010101011010010101001101011101100100100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22AB4; }

 p { color: rgb(162,42,180); }

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

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

 a { background-color: rgb(162,42,180); }

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

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

 span { border-color: rgb(162,42,180); }

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