Html Css Color HEX #AA14CA Dark Violet

📋 copy color: '#AA14CA'

red 170 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #AA14CA

Tints of Dark Violet #AA14CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.53%

R = 43.37%
G = 5.1%
B = 51.53%

CMYK

 C value IS 0.16

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA14CA (or 0xAA14CA) is known color: Dark Violet. HEX triplet: AA, 14 and CA. RGB value is (170,20,202). Sum of RGB (Red+Green+Blue) = 170+20+202=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CA is #55EB35. Grayscale: #555555. Windows color (decimal): -5630774 or 13243562. OLE color: 13243562.

HSL color Cylindrical-coordinate representation of color #AA14CA: hue angle of 289.45º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14CA is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 20 202 -
CMYK 0.16 0.90 0 0.21
HSL 289.45º 0.82% 0.44% -
HSV(B) 289.45º 0.9% 0.79% -
XYZ 27.49 13.31 57 -
YUV 85.6 193.7 188.2 -
System Red Green Blue C M Y K H S L
Decimal 170 20 202 0.16 0.90 0 0.21 289.45 0.82 0.44
Hex AA 14 CA 10 5A 0 15 121 52 2C
Octal 252 24 312 20 132 0 25 441 122 54
Binary 10101010 10100 11001010 10000 1011010 0 10101 100100001 1010010 101100

Color Harmonies of #AA14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14CA

Black with #AA14CA

Text Example


Text Example

White with #AA14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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