Html Css Color HEX #AA14CD Dark Violet

📋 copy color: '#AA14CD'

red 170 ◦ green 20 ◦ blue 205

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

Shades of Dark Violet #AA14CD

Tints of Dark Violet #AA14CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.9%

R = 43.04%
G = 5.06%
B = 51.9%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA14CD (or 0xAA14CD) is known color: Dark Violet. HEX triplet: AA, 14 and CD. RGB value is (170,20,205). Sum of RGB (Red+Green+Blue) = 170+20+205=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA14CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CD is #55EB32. Grayscale: #555555. Windows color (decimal): -5630771 or 13440170. OLE color: 13440170.

HSL color Cylindrical-coordinate representation of color #AA14CD: hue angle of 288.65º 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 #AA14CD is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 20 205 -
CMYK 0.17 0.90 0 0.20
HSL 288.65º 0.82% 0.44% -
HSV(B) 288.65º 0.9% 0.8% -
XYZ 27.85 13.45 58.89 -
YUV 85.94 195.2 187.96 -
System Red Green Blue C M Y K H S L
Decimal 170 20 205 0.17 0.90 0 0.20 288.65 0.82 0.44
Hex AA 14 CD 11 5A 0 14 121 52 2C
Octal 252 24 315 21 132 0 24 441 122 54
Binary 10101010 10100 11001101 10001 1011010 0 10100 100100001 1010010 101100

Color Harmonies of #AA14CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA14CD

Black with #AA14CD

Text Example


Text Example

White with #AA14CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA14CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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