Html Css Color HEX #AA10BA Dark Violet

📋 copy color: '#AA10BA'

red 170 ◦ green 16 ◦ blue 186

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

Shades of Dark Violet #AA10BA

Tints of Dark Violet #AA10BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.3%

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

R = 45.7%
G = 4.3%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA10BA (or 0xAA10BA) is known color: Dark Violet. HEX triplet: AA, 10 and BA. RGB value is (170,16,186). Sum of RGB (Red+Green+Blue) = 170+16+186=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 16 (6.64% from 255 or 4.30% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA10BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA10BA is #55EF45. Grayscale: #505050. Windows color (decimal): -5631814 or 12193962. OLE color: 12193962.

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

Color convert

RGB 170 16 186 -
CMYK 0.09 0.91 0 0.27
HSL 294.35º 0.84% 0.4% -
HSV(B) 294.35º 0.91% 0.73% -
XYZ 25.63 12.46 47.51 -
YUV 81.43 187.02 191.18 -
System Red Green Blue C M Y K H S L
Decimal 170 16 186 0.09 0.91 0 0.27 294.35 0.84 0.4
Hex AA 10 BA 9 5B 0 1B 126 54 28
Octal 252 20 272 11 133 0 33 446 124 50
Binary 10101010 10000 10111010 1001 1011011 0 11011 100100110 1010100 101000

Color Harmonies of #AA10BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA10BA

Black with #AA10BA

Text Example


Text Example

White with #AA10BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA10BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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