#AA33AD

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

Shades of Dark Orchid #AA33AD

Tints of Dark Orchid #AA33AD

Color information

#AA33AD (or 0xAA33AD) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and AD. RGB value is (170,51,173). Sum of RGB (Red+Green+Blue) = 170+51+173=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 51 (20.31% from 255 or 12.94% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #AA33AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA33AD is #55CC52. Grayscale: #646464. Windows color (decimal): -5622867 or 11350954. OLE color: 11350954.

HSL color Cylindrical-coordinate representation of color #AA33AD: hue angle of 298.52º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA33AD is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17051173-
CMYK0.020.7100.32
HSL298.52º54.46%43.92%-
HSV(B)298.52º70.52%67.84%-
XYZ25.313.9340.89-
YUV100.49168.92177.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.15%
GREEN value IS 51 (20.31% from 255) = 12.94%
BLUE value IS 173 (67.97% from 255) = 43.91%
R=43.15%
G=12.94%
B=43.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal170511730.020.7100.32298.5254.4643.92
HexAA33AD24702012b362c
Octal2526325521070404536654
Binary10101010110011101011011010001110100000100101011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33AD; }

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

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

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

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

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

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

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

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