#AA32CA

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

Shades of Dark Orchid #AA32CA

Tints of Dark Orchid #AA32CA

Color information

#AA32CA (or 0xAA32CA) is unknown color: approx Dark Orchid. HEX triplet: AA, 32 and CA. RGB value is (170,50,202). Sum of RGB (Red+Green+Blue) = 170+50+202=422 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.28% from 422); Green value is 50 (19.92% from 255 or 11.85% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA32CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32CA is #55CD35. Grayscale: #666666. Windows color (decimal): -5623094 or 13251242. OLE color: 13251242.

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

Color convert

RGB17050202-
CMYK0.160.7500.21
HSL287.37º60.32%49.41%-
HSV(B)287.37º75.25%79.22%-
XYZ28.3815.0957.29-
YUV103.21183.76175.64-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.28%
GREEN value IS 50 (19.92% from 255) = 11.85%
BLUE value IS 202 (79.30% from 255) = 47.87%
R=40.28%
G=11.85%
B=47.87%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170502020.160.7500.21287.3760.3249.41
HexAA32CA104B01511f3c31
Octal25262312201130254377461
Binary1010101011001011001010100001001011010101100011111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32CA; }

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

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

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

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

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

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

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

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