Html Css Color HEX #AA05BB Dark Violet

📋 copy color: '#AA05BB'

red 170 ◦ green 5 ◦ blue 187

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

Shades of Dark Violet #AA05BB

Tints of Dark Violet #AA05BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.66%

R = 46.96%
G = 1.38%
B = 51.66%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA05BB (or 0xAA05BB) is known color: Dark Violet. HEX triplet: AA, 05 and BB. RGB value is (170,5,187). Sum of RGB (Red+Green+Blue) = 170+5+187=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 5 (2.34% from 255 or 1.38% from 362); Blue value is 187 (73.44% from 255 or 51.66% from 362); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA05BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA05BB is #55FA44. Grayscale: #4A4A4A. Windows color (decimal): -5634629 or 12256682. OLE color: 12256682.

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

Color convert

RGB 170 5 187 -
CMYK 0.09 0.97 0 0.27
HSL 294.4º 0.95% 0.38% -
HSV(B) 294.4º 0.97% 0.73% -
XYZ 25.6 12.24 48.03 -
YUV 75.08 191.16 195.7 -
System Red Green Blue C M Y K H S L
Decimal 170 5 187 0.09 0.97 0 0.27 294.4 0.95 0.38
Hex AA 5 BB 9 61 0 1B 126 5F 26
Octal 252 5 273 11 141 0 33 446 137 46
Binary 10101010 101 10111011 1001 1100001 0 11011 100100110 1011111 100110

Color Harmonies of #AA05BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA05BB

Black with #AA05BB

Text Example


Text Example

White with #AA05BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA05BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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