Html Css Color HEX #AA15E2 Dark Violet

📋 copy color: '#AA15E2'

red 170 ◦ green 21 ◦ blue 226

#AA15E2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #AA15E2

Tints of Dark Violet #AA15E2

RGB

 RED value IS 170 (66.8% from 255) = 40.77%

 GREEN value IS 21 (8.59% from 255) = 5.04%

 BLUE value IS 226 (88.67% from 255) = 54.2%

R = 40.77%
G = 5.04%
B = 54.2%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AA15E2 (or 0xAA15E2) is known color: Dark Violet. HEX triplet: AA, 15 and E2. RGB value is (170,21,226). Sum of RGB (Red+Green+Blue) = 170+21+226=417 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.77% from 417); Green value is 21 (8.59% from 255 or 5.04% from 417); Blue value is 226 (88.67% from 255 or 54.20% from 417); Max value from RGB is 226 - color contains mainly: blue. Hex color #AA15E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA15E2 is #55EA1D. Grayscale: #585858. Windows color (decimal): -5630494 or 14816682. OLE color: 14816682.

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

Color convert

RGB 170 21 226 -
CMYK 0.25 0.91 0 0.11
HSL 283.61º 0.83% 0.48% -
HSV(B) 283.61º 0.91% 0.89% -
XYZ 30.57 14.57 73.15 -
YUV 88.92 205.36 185.83 -
System Red Green Blue C M Y K H S L
Decimal 170 21 226 0.25 0.91 0 0.11 283.61 0.83 0.48
Hex AA 15 E2 19 5B 0 B 11C 53 30
Octal 252 25 342 31 133 0 13 434 123 60
Binary 10101010 10101 11100010 11001 1011011 0 1011 100011100 1010011 110000

Color Harmonies of #AA15E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA15E2

Black with #AA15E2

Text Example


Text Example

White with #AA15E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA15E2; }

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

 H1.HeaderClassName
 {
   color: #AA15E2;
 }
 .AnyTagClassName
 {
   color: #AA15E2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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