Html Css Color HEX #AA14BA Dark Violet

📋 copy color: '#AA14BA'

red 170 ◦ green 20 ◦ blue 186

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

Shades of Dark Violet #AA14BA

Tints of Dark Violet #AA14BA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.32%

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

R = 45.21%
G = 5.32%
B = 49.47%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA14BA (or 0xAA14BA) is known color: Dark Violet. HEX triplet: AA, 14 and BA. RGB value is (170,20,186). Sum of RGB (Red+Green+Blue) = 170+20+186=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 20 (8.20% from 255 or 5.32% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA14BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14BA is #55EB45. Grayscale: #535353. Windows color (decimal): -5630790 or 12194986. OLE color: 12194986.

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

Color convert

RGB 170 20 186 -
CMYK 0.09 0.89 0 0.27
HSL 294.22º 0.81% 0.4% -
HSV(B) 294.22º 0.89% 0.73% -
XYZ 25.69 12.59 47.53 -
YUV 83.77 185.7 189.5 -
System Red Green Blue C M Y K H S L
Decimal 170 20 186 0.09 0.89 0 0.27 294.22 0.81 0.4
Hex AA 14 BA 9 59 0 1B 126 51 28
Octal 252 24 272 11 131 0 33 446 121 50
Binary 10101010 10100 10111010 1001 1011001 0 11011 100100110 1010001 101000

Color Harmonies of #AA14BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14BA

Black with #AA14BA

Text Example


Text Example

White with #AA14BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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