#AA32AC

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

Shades of Dark Orchid #AA32AC

Tints of Dark Orchid #AA32AC

Color information

#AA32AC (or 0xAA32AC) is unknown color: approx Dark Orchid. HEX triplet: AA, 32 and AC. RGB value is (170,50,172). Sum of RGB (Red+Green+Blue) = 170+50+172=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA32AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA32AC is #55CD53. Grayscale: #636363. Windows color (decimal): -5623124 or 11285162. OLE color: 11285162.

HSL color Cylindrical-coordinate representation of color #AA32AC: hue angle of 299.02º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA32AC is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17050172-
CMYK0.010.7100.33
HSL299.02º54.95%43.53%-
HSV(B)299.02º70.93%67.45%-
XYZ25.1613.8140.37-
YUV99.79168.76178.08-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.37%
GREEN value IS 50 (19.92% from 255) = 12.76%
BLUE value IS 172 (67.58% from 255) = 43.88%
R=43.37%
G=12.76%
B=43.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170501720.010.7100.33299.0254.9543.53
HexAA32AC14702112b372c
Octal2526225411070414536754
Binary1010101011001010101100110001110100001100101011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32AC; }

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

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

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

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

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

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

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

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