#AA2BCA

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

Shades of Dark Orchid #AA2BCA

Tints of Dark Orchid #AA2BCA

Color information

#AA2BCA (or 0xAA2BCA) is unknown color: approx Dark Orchid. HEX triplet: AA, 2B and CA. RGB value is (170,43,202). Sum of RGB (Red+Green+Blue) = 170+43+202=415 (54% of max value = 765). Red value is 170 (66.80% from 255 or 40.96% from 415); Green value is 43 (17.19% from 255 or 10.36% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA2BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA2BCA is #55D435. Grayscale: #626262. Windows color (decimal): -5624886 or 13249450. OLE color: 13249450.

HSL color Cylindrical-coordinate representation of color #AA2BCA: hue angle of 287.92º degrees, saturation: 0.65, 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 #AA2BCA is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17043202-
CMYK0.160.7900.21
HSL287.92º64.9%48.04%-
HSV(B)287.92º78.71%79.22%-
XYZ28.114.5457.2-
YUV99.1186.08178.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.96%
GREEN value IS 43 (17.19% from 255) = 10.36%
BLUE value IS 202 (79.30% from 255) = 48.67%
R=40.96%
G=10.36%
B=48.67%

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
Decimal170432020.160.7900.21287.9264.948.04
HexAA2BCA104F0151204130
Octal252533122011702544010160
Binary10101010101011110010101000010011110101011001000001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2BCA; }

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

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

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

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

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

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

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

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