Html Css Color HEX #AA04BE Dark Violet

📋 copy color: '#AA04BE'

red 170 ◦ green 4 ◦ blue 190

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

Shades of Dark Violet #AA04BE

Tints of Dark Violet #AA04BE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

 BLUE value IS 190 (74.61% from 255) = 52.2%

R = 46.7%
G = 1.1%
B = 52.2%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA04BE (or 0xAA04BE) is known color: Dark Violet. HEX triplet: AA, 04 and BE. RGB value is (170,4,190). Sum of RGB (Red+Green+Blue) = 170+4+190=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 4 (1.95% from 255 or 1.10% from 364); Blue value is 190 (74.61% from 255 or 52.20% from 364); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04BE is #55FB41. Grayscale: #4A4A4A. Windows color (decimal): -5634882 or 12453034. OLE color: 12453034.

HSL color Cylindrical-coordinate representation of color #AA04BE: hue angle of 293.55º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AA04BE is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 4 190 -
CMYK 0.11 0.98 0 0.25
HSL 293.55º 0.96% 0.38% -
HSV(B) 293.55º 0.98% 0.75% -
XYZ 25.92 12.35 49.73 -
YUV 74.84 193 195.88 -
System Red Green Blue C M Y K H S L
Decimal 170 4 190 0.11 0.98 0 0.25 293.55 0.96 0.38
Hex AA 4 BE B 62 0 19 126 60 26
Octal 252 4 276 13 142 0 31 446 140 46
Binary 10101010 100 10111110 1011 1100010 0 11001 100100110 1100000 100110

Color Harmonies of #AA04BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04BE

Black with #AA04BE

Text Example


Text Example

White with #AA04BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04BE; }

 p { color: rgb(170,4,190); }

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

background-color css

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

 a { background-color: rgb(170,4,190); }

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

border-color css

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

 span { border-color: rgb(170,4,190); }

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