#AA14C1

Color #AA14C1 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #AA14C1

Tints of Dark Violet #AA14C1

Color information

#AA14C1 (or 0xAA14C1) is unknown color: approx Dark Violet. HEX triplet: AA, 14 and C1. RGB value is (170,20,193). Sum of RGB (Red+Green+Blue) = 170+20+193=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 20 (8.20% from 255 or 5.22% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA14C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14C1 is #55EB3E. Grayscale: #545454. Windows color (decimal): -5630783 or 12653738. OLE color: 12653738.

HSL color Cylindrical-coordinate representation of color #AA14C1: hue angle of 292.02º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA14C1 is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17020193-
CMYK0.120.9000.24
HSL292.02º81.22%41.76%-
HSV(B)292.02º89.64%75.69%-
XYZ26.4512.951.55-
YUV84.57189.2188.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.39%
GREEN value IS 20 (8.20% from 255) = 5.22%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=44.39%
G=5.22%
B=50.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170201930.120.9000.24292.0281.2241.76
HexAA14C1C5A018124512a
Octal252243011413203044412152
Binary101010101010011000001110010110100110001001001001010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA14C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA14C1; }

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

 H1.HeaderClassName
 {
   color: #AA14C1;
 }
 .AnyTagClassName
 {
   color: #AA14C1;
 }
</style>
background-color css

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

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

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

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

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

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