Html Css Color HEX #AA06BC Dark Violet

📋 copy color: '#AA06BC'

red 170 ◦ green 6 ◦ blue 188

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

Shades of Dark Violet #AA06BC

Tints of Dark Violet #AA06BC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.65%

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

R = 46.7%
G = 1.65%
B = 51.65%

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

#AA06BC (or 0xAA06BC) is known color: Dark Violet. HEX triplet: AA, 06 and BC. RGB value is (170,6,188). Sum of RGB (Red+Green+Blue) = 170+6+188=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 6 (2.73% from 255 or 1.65% from 364); Blue value is 188 (73.83% from 255 or 51.65% from 364); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA06BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA06BC is #55F943. Grayscale: #4B4B4B. Windows color (decimal): -5634372 or 12322474. OLE color: 12322474.

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

Color convert

RGB 170 6 188 -
CMYK 0.10 0.97 0 0.26
HSL 294.07º 0.94% 0.38% -
HSV(B) 294.07º 0.97% 0.74% -
XYZ 25.72 12.31 48.6 -
YUV 75.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 170 6 188 0.10 0.97 0 0.26 294.07 0.94 0.38
Hex AA 6 BC A 61 0 1A 126 5E 26
Octal 252 6 274 12 141 0 32 446 136 46
Binary 10101010 110 10111100 1010 1100001 0 11010 100100110 1011110 100110

Color Harmonies of #AA06BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA06BC

Black with #AA06BC

Text Example


Text Example

White with #AA06BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA06BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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