Html Css Color HEX #AA04BC Dark Violet

📋 copy color: '#AA04BC'

red 170 ◦ green 4 ◦ blue 188

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

Shades of Dark Violet #AA04BC

Tints of Dark Violet #AA04BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.93%

R = 46.96%
G = 1.1%
B = 51.93%

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

#AA04BC (or 0xAA04BC) is known color: Dark Violet. HEX triplet: AA, 04 and BC. RGB value is (170,4,188). Sum of RGB (Red+Green+Blue) = 170+4+188=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 4 (1.95% from 255 or 1.10% from 362); Blue value is 188 (73.83% from 255 or 51.93% from 362); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA04BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA04BC is #55FB43. Grayscale: #4A4A4A. Windows color (decimal): -5634884 or 12321962. OLE color: 12321962.

HSL color Cylindrical-coordinate representation of color #AA04BC: hue angle of 294.13º 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 #AA04BC is Cyan = 0.10, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 4 188 -
CMYK 0.10 0.98 0 0.26
HSL 294.13º 0.96% 0.38% -
HSV(B) 294.13º 0.98% 0.74% -
XYZ 25.7 12.26 48.59 -
YUV 74.61 192 196.04 -
System Red Green Blue C M Y K H S L
Decimal 170 4 188 0.10 0.98 0 0.26 294.13 0.96 0.38
Hex AA 4 BC A 62 0 1A 126 60 26
Octal 252 4 274 12 142 0 32 446 140 46
Binary 10101010 100 10111100 1010 1100010 0 11010 100100110 1100000 100110

Color Harmonies of #AA04BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA04BC

Black with #AA04BC

Text Example


Text Example

White with #AA04BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA04BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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