#AA33AC

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

Shades of Dark Orchid #AA33AC

Tints of Dark Orchid #AA33AC

Color information

#AA33AC (or 0xAA33AC) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and AC. RGB value is (170,51,172). Sum of RGB (Red+Green+Blue) = 170+51+172=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #AA33AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AC is #55CC53. Grayscale: #646464. Windows color (decimal): -5622868 or 11285418. OLE color: 11285418.

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

Color convert

RGB17051172-
CMYK0.010.7000.33
HSL299.01º54.26%43.73%-
HSV(B)299.01º70.35%67.45%-
XYZ25.2113.8940.38-
YUV100.38168.42177.66-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 51 (20.31% from 255) = 12.98%
BLUE value IS 172 (67.58% from 255) = 43.77%
R=43.26%
G=12.98%
B=43.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170511720.010.7000.33299.0154.2643.73
HexAA33AC14602112b362c
Octal2526325411060414536654
Binary1010101011001110101100110001100100001100101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33AC; }

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

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

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

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

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

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

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

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