#AA32B8

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

Shades of Dark Orchid #AA32B8

Tints of Dark Orchid #AA32B8

Color information

#AA32B8 (or 0xAA32B8) is unknown color: approx Dark Orchid. HEX triplet: AA, 32 and B8. RGB value is (170,50,184). Sum of RGB (Red+Green+Blue) = 170+50+184=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 50 (19.92% from 255 or 12.38% from 404); Blue value is 184 (72.27% from 255 or 45.54% from 404); Max value from RGB is 184 - color contains mainly: blue. Hex color #AA32B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA32B8 is #55CD47. Grayscale: #646464. Windows color (decimal): -5623112 or 12071594. OLE color: 12071594.

HSL color Cylindrical-coordinate representation of color #AA32B8: hue angle of 293.73º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AA32B8 is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB17050184-
CMYK0.080.7300.28
HSL293.73º57.26%45.88%-
HSV(B)293.73º72.83%72.16%-
XYZ26.3714.2946.72-
YUV101.16174.76177.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 50 (19.92% from 255) = 12.38%
BLUE value IS 184 (72.27% from 255) = 45.54%
R=42.08%
G=12.38%
B=45.54%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal170501840.080.7300.28293.7357.2645.88
HexAA32B884901C126392e
Octal25262270101110344467156
Binary101010101100101011100010001001001011100100100110111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA32B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA32B8; }

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

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

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

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

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

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

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

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