Html Css Color HEX #AA14CC Dark Violet

📋 copy color: '#AA14CC'

red 170 ◦ green 20 ◦ blue 204

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

Shades of Dark Violet #AA14CC

Tints of Dark Violet #AA14CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.78%

R = 43.15%
G = 5.08%
B = 51.78%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA14CC (or 0xAA14CC) is known color: Dark Violet. HEX triplet: AA, 14 and CC. RGB value is (170,20,204). Sum of RGB (Red+Green+Blue) = 170+20+204=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 20 (8.20% from 255 or 5.08% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA14CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CC is #55EB33. Grayscale: #555555. Windows color (decimal): -5630772 or 13374634. OLE color: 13374634.

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

Color convert

RGB 170 20 204 -
CMYK 0.17 0.90 0 0.2
HSL 288.91º 0.82% 0.44% -
HSV(B) 288.91º 0.9% 0.8% -
XYZ 27.73 13.41 58.25 -
YUV 85.83 194.7 188.04 -
System Red Green Blue C M Y K H S L
Decimal 170 20 204 0.17 0.90 0 0.2 288.91 0.82 0.44
Hex AA 14 CC 11 5A 0 14 121 52 2C
Octal 252 24 314 21 132 0 24 441 122 54
Binary 10101010 10100 11001100 10001 1011010 0 10100 100100001 1010010 101100

Color Harmonies of #AA14CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14CC

Black with #AA14CC

Text Example


Text Example

White with #AA14CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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