#AA18E2

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

Shades of Dark Violet #AA18E2

Tints of Dark Violet #AA18E2

Color information

#AA18E2 (or 0xAA18E2) is unknown color: approx Dark Violet. HEX triplet: AA, 18 and E2. RGB value is (170,24,226). Sum of RGB (Red+Green+Blue) = 170+24+226=420 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.48% from 420); Green value is 24 (9.77% from 255 or 5.71% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA18E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA18E2 is #55E71D. Grayscale: #5A5A5A. Windows color (decimal): -5629726 or 14817450. OLE color: 14817450.

HSL color Cylindrical-coordinate representation of color #AA18E2: hue angle of 283.37º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA18E2 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB17024226-
CMYK0.250.8900.11
HSL283.37º80.8%49.02%-
HSV(B)283.37º89.38%88.63%-
XYZ30.6314.6973.17-
YUV90.68204.37184.57-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.48%
GREEN value IS 24 (9.77% from 255) = 5.71%
BLUE value IS 226 (88.67% from 255) = 53.81%
R=40.48%
G=5.71%
B=53.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170242260.250.8900.11283.3780.849.02
HexAA18E219590B11b5131
Octal252303423113101343312161
Binary101010101100011100010110011011001010111000110111010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA18E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA18E2; }

 p { color: rgb(170,24,226); }

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

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

 a { background-color: rgb(170,24,226); }

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

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

 span { border-color: rgb(170,24,226); }

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