#A224AA

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

Shades of Dark Orchid #A224AA

Tints of Dark Orchid #A224AA

Color information

#A224AA (or 0xA224AA) is unknown color: approx Dark Orchid. HEX triplet: A2, 24 and AA. RGB value is (162,36,170). Sum of RGB (Red+Green+Blue) = 162+36+170=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #A224AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A224AA is #5DDB55. Grayscale: #585858. Windows color (decimal): -6150998 or 11150498. OLE color: 11150498.

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

Color convert

RGB16236170-
CMYK0.050.7900.33
HSL296.42º65.05%40.39%-
HSV(B)296.42º78.82%66.67%-
XYZ22.7911.8539.12-
YUV88.95173.74180.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 36 (14.45% from 255) = 9.78%
BLUE value IS 170 (66.80% from 255) = 46.20%
R=44.02%
G=9.78%
B=46.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal162361700.050.7900.33296.4265.0540.39
HexA224AA54F0211284128
Octal24244252511704145010150
Binary1010001010010010101010101100111101000011001010001000001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A224AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A224AA; }

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

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

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

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

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

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

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

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