#A9419B

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

Shades of Violet Blue #A9419B

Tints of Violet Blue #A9419B

Color information

#A9419B (or 0xA9419B) is unknown color: approx Violet Blue. HEX triplet: A9, 41 and 9B. RGB value is (169,65,155). Sum of RGB (Red+Green+Blue) = 169+65+155=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 169 - color contains mainly: red. Hex color #A9419B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9419B is #56BE64. Grayscale: #6A6A6A. Windows color (decimal): -5684837 or 10174889. OLE color: 10174889.

HSL color Cylindrical-coordinate representation of color #A9419B: hue angle of 308.08º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A9419B is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.34.

Color convert

RGB16965155-
CMYK00.620.080.34
HSL308.08º44.44%45.88%-
HSV(B)308.08º61.54%66.27%-
XYZ24.1714.5832.55-
YUV106.36155.46172.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 43.44%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=43.44%
G=16.71%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696515500.620.080.34308.0844.4445.88
HexA9419B03E8221342c2e
Octal25110123307610424645456
Binary1010100110000011001101101111101000100010100110100101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9419B; }

 p { color: rgb(169,65,155); }

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

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

 a { background-color: rgb(169,65,155); }

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

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

 span { border-color: rgb(169,65,155); }

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