Html Css Color HEX #AA14BC Dark Violet

📋 copy color: '#AA14BC'

red 170 ◦ green 20 ◦ blue 188

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

Shades of Dark Violet #AA14BC

Tints of Dark Violet #AA14BC

RGB

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

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

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

R = 44.97%
G = 5.29%
B = 49.74%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA14BC (or 0xAA14BC) is known color: Dark Violet. HEX triplet: AA, 14 and BC. RGB value is (170,20,188). Sum of RGB (Red+Green+Blue) = 170+20+188=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 20 (8.20% from 255 or 5.29% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA14BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14BC is #55EB43. Grayscale: #535353. Windows color (decimal): -5630788 or 12326058. OLE color: 12326058.

HSL color Cylindrical-coordinate representation of color #AA14BC: hue angle of 293.57º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AA14BC is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 20 188 -
CMYK 0.10 0.89 0 0.26
HSL 293.57º 0.81% 0.41% -
HSV(B) 293.57º 0.89% 0.74% -
XYZ 25.9 12.68 48.66 -
YUV 84 186.7 189.34 -
System Red Green Blue C M Y K H S L
Decimal 170 20 188 0.10 0.89 0 0.26 293.57 0.81 0.41
Hex AA 14 BC A 59 0 1A 126 51 29
Octal 252 24 274 12 131 0 32 446 121 51
Binary 10101010 10100 10111100 1010 1011001 0 11010 100100110 1010001 101001

Color Harmonies of #AA14BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14BC

Black with #AA14BC

Text Example


Text Example

White with #AA14BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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