Html Css Color HEX #AA03CC Dark Violet

📋 copy color: '#AA03CC'

red 170 ◦ green 3 ◦ blue 204

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

Shades of Dark Violet #AA03CC

Tints of Dark Violet #AA03CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 45.09%
G = 0.8%
B = 54.11%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA03CC (or 0xAA03CC) is known color: Dark Violet. HEX triplet: AA, 03 and CC. RGB value is (170,3,204). Sum of RGB (Red+Green+Blue) = 170+3+204=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 3 (1.56% from 255 or 0.80% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA03CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA03CC is #55FC33. Grayscale: #4B4B4B. Windows color (decimal): -5635124 or 13370282. OLE color: 13370282.

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

Color convert

RGB 170 3 204 -
CMYK 0.17 0.99 0 0.2
HSL 289.85º 0.97% 0.41% -
HSV(B) 289.85º 0.99% 0.8% -
XYZ 27.51 12.97 58.18 -
YUV 75.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 170 3 204 0.17 0.99 0 0.2 289.85 0.97 0.41
Hex AA 3 CC 11 63 0 14 122 61 29
Octal 252 3 314 21 143 0 24 442 141 51
Binary 10101010 11 11001100 10001 1100011 0 10100 100100010 1100001 101001

Color Harmonies of #AA03CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA03CC

Black with #AA03CC

Text Example


Text Example

White with #AA03CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA03CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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