#A914CB

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

Shades of Dark Violet #A914CB

Tints of Dark Violet #A914CB

Color information

#A914CB (or 0xA914CB) is unknown color: approx Dark Violet. HEX triplet: A9, 14 and CB. RGB value is (169,20,203). Sum of RGB (Red+Green+Blue) = 169+20+203=392 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.11% from 392); Green value is 20 (8.20% from 255 or 5.10% from 392); Blue value is 203 (79.69% from 255 or 51.79% from 392); Max value from RGB is 203 - color contains mainly: blue. Hex color #A914CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A914CB is #56EB34. Grayscale: #545454. Windows color (decimal): -5696309 or 13309097. OLE color: 13309097.

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

Color convert

RGB16920203-
CMYK0.170.9000.20
HSL288.85º82.06%43.73%-
HSV(B)288.85º90.15%79.61%-
XYZ27.3913.2557.61-
YUV85.41194.36187.62-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.11%
GREEN value IS 20 (8.20% from 255) = 5.10%
BLUE value IS 203 (79.69% from 255) = 51.79%
R=43.11%
G=5.10%
B=51.79%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal169202030.170.9000.20288.8582.0643.73
HexA914CB115A014121522c
Octal251243132113202444112254
Binary1010100110100110010111000110110100101001001000011010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A914CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A914CB; }

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

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

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

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

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

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

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

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