Html Css Color HEX #AA03D5 Dark Violet

📋 copy color: '#AA03D5'

red 170 ◦ green 3 ◦ blue 213

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

Shades of Dark Violet #AA03D5

Tints of Dark Violet #AA03D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 55.18%

R = 44.04%
G = 0.78%
B = 55.18%

CMYK

 C value IS 0.20

 M value IS 0.99

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA03D5 (or 0xAA03D5) is known color: Dark Violet. HEX triplet: AA, 03 and D5. RGB value is (170,3,213). Sum of RGB (Red+Green+Blue) = 170+3+213=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 213 (83.59% from 255 or 55.18% from 386); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA03D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03D5 is #55FC2A. Grayscale: #4C4C4C. Windows color (decimal): -5635115 or 13960106. OLE color: 13960106.

HSL color Cylindrical-coordinate representation of color #AA03D5: hue angle of 287.71º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03D5 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 3 213 -
CMYK 0.20 0.99 0 0.16
HSL 287.71º 0.97% 0.42% -
HSV(B) 287.71º 0.99% 0.84% -
XYZ 28.62 13.42 64.03 -
YUV 76.87 204.83 194.42 -
System Red Green Blue C M Y K H S L
Decimal 170 3 213 0.20 0.99 0 0.16 287.71 0.97 0.42
Hex AA 3 D5 14 63 0 10 120 61 2A
Octal 252 3 325 24 143 0 20 440 141 52
Binary 10101010 11 11010101 10100 1100011 0 10000 100100000 1100001 101010

Color Harmonies of #AA03D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03D5

Black with #AA03D5

Text Example


Text Example

White with #AA03D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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