#A22DAA

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

Shades of Dark Orchid #A22DAA

Tints of Dark Orchid #A22DAA

Color information

#A22DAA (or 0xA22DAA) is unknown color: approx Dark Orchid. HEX triplet: A2, 2D and AA. RGB value is (162,45,170). Sum of RGB (Red+Green+Blue) = 162+45+170=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #A22DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A22DAA is #5DD255. Grayscale: #5D5D5D. Windows color (decimal): -6148694 or 11152802. OLE color: 11152802.

HSL color Cylindrical-coordinate representation of color #A22DAA: hue angle of 296.16º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A22DAA is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16245170-
CMYK0.050.7400.33
HSL296.16º58.14%42.16%-
HSV(B)296.16º73.53%66.67%-
XYZ23.0912.4639.22-
YUV94.23170.76176.34-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.97%
GREEN value IS 45 (17.97% from 255) = 11.94%
BLUE value IS 170 (66.80% from 255) = 45.09%
R=42.97%
G=11.94%
B=45.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162451700.050.7400.33296.1658.1442.16
HexA22DAA54A0211283a2a
Octal2425525251120414507252
Binary101000101011011010101010110010100100001100101000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A22DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A22DAA; }

 p { color: rgb(162,45,170); }

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

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

 a { background-color: rgb(162,45,170); }

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

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

 span { border-color: rgb(162,45,170); }

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