Html Css Color HEX #AA04BD Dark Violet

📋 copy color: '#AA04BD'

red 170 ◦ green 4 ◦ blue 189

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

Shades of Dark Violet #AA04BD

Tints of Dark Violet #AA04BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.07%

R = 46.83%
G = 1.1%
B = 52.07%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA04BD (or 0xAA04BD) is known color: Dark Violet. HEX triplet: AA, 04 and BD. RGB value is (170,4,189). Sum of RGB (Red+Green+Blue) = 170+4+189=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA04BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04BD is #55FB42. Grayscale: #4A4A4A. Windows color (decimal): -5634883 or 12387498. OLE color: 12387498.

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

Color convert

RGB 170 4 189 -
CMYK 0.10 0.98 0 0.26
HSL 293.84º 0.96% 0.38% -
HSV(B) 293.84º 0.98% 0.74% -
XYZ 25.81 12.31 49.16 -
YUV 74.72 192.5 195.96 -
System Red Green Blue C M Y K H S L
Decimal 170 4 189 0.10 0.98 0 0.26 293.84 0.96 0.38
Hex AA 4 BD A 62 0 1A 126 60 26
Octal 252 4 275 12 142 0 32 446 140 46
Binary 10101010 100 10111101 1010 1100010 0 11010 100100110 1100000 100110

Color Harmonies of #AA04BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04BD

Black with #AA04BD

Text Example


Text Example

White with #AA04BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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