Html Css Color HEX #AA07BA Dark Violet

📋 copy color: '#AA07BA'

red 170 ◦ green 7 ◦ blue 186

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

Shades of Dark Violet #AA07BA

Tints of Dark Violet #AA07BA

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

 BLUE value IS 186 (73.05% from 255) = 51.24%

R = 46.83%
G = 1.93%
B = 51.24%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA07BA (or 0xAA07BA) is known color: Dark Violet. HEX triplet: AA, 07 and BA. RGB value is (170,7,186). Sum of RGB (Red+Green+Blue) = 170+7+186=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 186 (73.05% from 255 or 51.24% from 363); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA07BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA07BA is #55F845. Grayscale: #4B4B4B. Windows color (decimal): -5634118 or 12191658. OLE color: 12191658.

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

Color convert

RGB 170 7 186 -
CMYK 0.09 0.96 0 0.27
HSL 294.64º 0.93% 0.38% -
HSV(B) 294.64º 0.96% 0.73% -
XYZ 25.52 12.24 47.47 -
YUV 76.14 190 194.95 -
System Red Green Blue C M Y K H S L
Decimal 170 7 186 0.09 0.96 0 0.27 294.64 0.93 0.38
Hex AA 7 BA 9 60 0 1B 127 5D 26
Octal 252 7 272 11 140 0 33 447 135 46
Binary 10101010 111 10111010 1001 1100000 0 11011 100100111 1011101 100110

Color Harmonies of #AA07BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA07BA

Black with #AA07BA

Text Example


Text Example

White with #AA07BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA07BA; }

 p { color: rgb(170,7,186); }

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

background-color css

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

 a { background-color: rgb(170,7,186); }

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

border-color css

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

 span { border-color: rgb(170,7,186); }

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