#AA2ACA

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

Shades of Dark Orchid #AA2ACA

Tints of Dark Orchid #AA2ACA

Color information

#AA2ACA (or 0xAA2ACA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2A and CA. RGB value is (170,42,202). Sum of RGB (Red+Green+Blue) = 170+42+202=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA2ACA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2ACA is #55D535. Grayscale: #626262. Windows color (decimal): -5625142 or 13249194. OLE color: 13249194.

HSL color Cylindrical-coordinate representation of color #AA2ACA: hue angle of 288º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2ACA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17042202-
CMYK0.160.7900.21
HSL288º65.57%47.84%-
HSV(B)288º79.21%79.22%-
XYZ28.0714.4757.19-
YUV98.51186.41178.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=41.06%
G=10.14%
B=48.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170422020.160.7900.2128865.5747.84
HexAA2ACA104F0151204230
Octal252523122011702544010260
Binary10101010101010110010101000010011110101011001000001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2ACA; }

 p { color: rgb(170,42,202); }

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

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

 a { background-color: rgb(170,42,202); }

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

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

 span { border-color: rgb(170,42,202); }

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