#AA14CB

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

Shades of Dark Violet #AA14CB

Tints of Dark Violet #AA14CB

Color information

#AA14CB (or 0xAA14CB) is unknown color: approx Dark Violet. HEX triplet: AA, 14 and CB. RGB value is (170,20,203). Sum of RGB (Red+Green+Blue) = 170+20+203=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 20 (8.20% from 255 or 5.09% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AA14CB is #55EB34. Grayscale: #555555. Windows color (decimal): -5630773 or 13309098. OLE color: 13309098.

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

Color convert

RGB17020203-
CMYK0.160.9000.20
HSL289.18º82.06%43.73%-
HSV(B)289.18º90.15%79.61%-
XYZ27.6113.3657.62-
YUV85.71194.2188.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.26%
GREEN value IS 20 (8.20% from 255) = 5.09%
BLUE value IS 203 (79.69% from 255) = 51.65%
R=43.26%
G=5.09%
B=51.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal170202030.160.9000.20289.1882.0643.73
HexAA14CB105A014121522c
Octal252243132013202444112254
Binary1010101010100110010111000010110100101001001000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA14CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA14CB; }

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

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

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

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

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

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

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

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