#A9449D

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

Shades of Violet Blue #A9449D

Tints of Violet Blue #A9449D

Color information

#A9449D (or 0xA9449D) is unknown color: approx Violet Blue. HEX triplet: A9, 44 and 9D. RGB value is (169,68,157). Sum of RGB (Red+Green+Blue) = 169+68+157=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 169 - color contains mainly: red. Hex color #A9449D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9449D is #56BB62. Grayscale: #6C6C6C. Windows color (decimal): -5684067 or 10306729. OLE color: 10306729.

HSL color Cylindrical-coordinate representation of color #A9449D: hue angle of 307.13º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9449D is Cyan = 0, Magento = 0.60, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB16968157-
CMYK00.600.070.34
HSL307.13º42.62%46.47%-
HSV(B)307.13º59.76%66.27%-
XYZ24.521533.5-
YUV108.34155.46171.26-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.89%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=42.89%
G=17.26%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696815700.600.070.34307.1342.6246.47
HexA9449D03C7221332b2e
Octal2511042350747424635356
Binary101010011000100100111010111100111100010100110011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9449D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9449D; }

 p { color: rgb(169,68,157); }

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

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

 a { background-color: rgb(169,68,157); }

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

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

 span { border-color: rgb(169,68,157); }

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