Html Css Color HEX #AA03D8 Dark Violet

📋 copy color: '#AA03D8'

red 170 ◦ green 3 ◦ blue 216

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

Shades of Dark Violet #AA03D8

Tints of Dark Violet #AA03D8

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.77%

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 43.7%
G = 0.77%
B = 55.53%

CMYK

 C value IS 0.21

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA03D8 (or 0xAA03D8) is known color: Dark Violet. HEX triplet: AA, 03 and D8. RGB value is (170,3,216). Sum of RGB (Red+Green+Blue) = 170+3+216=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA03D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03D8 is #55FC27. Grayscale: #4C4C4C. Windows color (decimal): -5635112 or 14156714. OLE color: 14156714.

HSL color Cylindrical-coordinate representation of color #AA03D8: hue angle of 287.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03D8 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 3 216 -
CMYK 0.21 0.99 0 0.15
HSL 287.04º 0.97% 0.43% -
HSV(B) 287.04º 0.99% 0.85% -
XYZ 29 13.57 66.06 -
YUV 77.22 206.33 194.18 -
System Red Green Blue C M Y K H S L
Decimal 170 3 216 0.21 0.99 0 0.15 287.04 0.97 0.43
Hex AA 3 D8 15 63 0 F 11F 61 2B
Octal 252 3 330 25 143 0 17 437 141 53
Binary 10101010 11 11011000 10101 1100011 0 1111 100011111 1100001 101011

Color Harmonies of #AA03D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03D8

Black with #AA03D8

Text Example


Text Example

White with #AA03D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03D8; }

 p { color: rgb(170,3,216); }

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

background-color css

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

 a { background-color: rgb(170,3,216); }

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

border-color css

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

 span { border-color: rgb(170,3,216); }

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