Html Css Color HEX #AA05BC Dark Violet

📋 copy color: '#AA05BC'

red 170 ◦ green 5 ◦ blue 188

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

Shades of Dark Violet #AA05BC

Tints of Dark Violet #AA05BC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.38%

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

R = 46.83%
G = 1.38%
B = 51.79%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA05BC (or 0xAA05BC) is known color: Dark Violet. HEX triplet: AA, 05 and BC. RGB value is (170,5,188). Sum of RGB (Red+Green+Blue) = 170+5+188=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 188 (73.83% from 255 or 51.79% from 363); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA05BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05BC is #55FA43. Grayscale: #4A4A4A. Windows color (decimal): -5634628 or 12322218. OLE color: 12322218.

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

Color convert

RGB 170 5 188 -
CMYK 0.10 0.97 0 0.26
HSL 294.1º 0.95% 0.38% -
HSV(B) 294.1º 0.97% 0.74% -
XYZ 25.71 12.29 48.59 -
YUV 75.2 191.66 195.62 -
System Red Green Blue C M Y K H S L
Decimal 170 5 188 0.10 0.97 0 0.26 294.1 0.95 0.38
Hex AA 5 BC A 61 0 1A 126 5F 26
Octal 252 5 274 12 141 0 32 446 137 46
Binary 10101010 101 10111100 1010 1100001 0 11010 100100110 1011111 100110

Color Harmonies of #AA05BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05BC

Black with #AA05BC

Text Example


Text Example

White with #AA05BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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