#AA33CA

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

Shades of Dark Orchid #AA33CA

Tints of Dark Orchid #AA33CA

Color information

#AA33CA (or 0xAA33CA) is unknown color: approx Dark Orchid. HEX triplet: AA, 33 and CA. RGB value is (170,51,202). Sum of RGB (Red+Green+Blue) = 170+51+202=423 (56% of max value = 765). Red value is 170 (66.80% from 255 or 40.19% from 423); Green value is 51 (20.31% from 255 or 12.06% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA33CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA33CA is #55CC35. Grayscale: #676767. Windows color (decimal): -5622838 or 13251498. OLE color: 13251498.

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

Color convert

RGB17051202-
CMYK0.160.7500.21
HSL287.28º59.68%49.61%-
HSV(B)287.28º74.75%79.22%-
XYZ28.4215.1857.31-
YUV103.8183.42175.22-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.19%
GREEN value IS 51 (20.31% from 255) = 12.06%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=40.19%
G=12.06%
B=47.75%

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
Decimal170512020.160.7500.21287.2859.6849.61
HexAA33CA104B01511f3c32
Octal25263312201130254377462
Binary1010101011001111001010100001001011010101100011111111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA33CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA33CA; }

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

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

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

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

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

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

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

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