Html Css Color HEX #AA03CE Dark Violet

📋 copy color: '#AA03CE'

red 170 ◦ green 3 ◦ blue 206

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

Shades of Dark Violet #AA03CE

Tints of Dark Violet #AA03CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 54.35%

R = 44.85%
G = 0.79%
B = 54.35%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA03CE (or 0xAA03CE) is known color: Dark Violet. HEX triplet: AA, 03 and CE. RGB value is (170,3,206). Sum of RGB (Red+Green+Blue) = 170+3+206=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 206 (80.86% from 255 or 54.35% from 379); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA03CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03CE is #55FC31. Grayscale: #4B4B4B. Windows color (decimal): -5635122 or 13501354. OLE color: 13501354.

HSL color Cylindrical-coordinate representation of color #AA03CE: hue angle of 289.36º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA03CE is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 3 206 -
CMYK 0.17 0.99 0 0.19
HSL 289.36º 0.97% 0.41% -
HSV(B) 289.36º 0.99% 0.81% -
XYZ 27.75 13.07 59.45 -
YUV 76.08 201.33 194.99 -
System Red Green Blue C M Y K H S L
Decimal 170 3 206 0.17 0.99 0 0.19 289.36 0.97 0.41
Hex AA 3 CE 11 63 0 13 121 61 29
Octal 252 3 316 21 143 0 23 441 141 51
Binary 10101010 11 11001110 10001 1100011 0 10011 100100001 1100001 101001

Color Harmonies of #AA03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03CE

Black with #AA03CE

Text Example


Text Example

White with #AA03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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