#A9449F

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

Shades of Violet Blue #A9449F

Tints of Violet Blue #A9449F

Color information

#A9449F (or 0xA9449F) is unknown color: approx Violet Blue. HEX triplet: A9, 44 and 9F. RGB value is (169,68,159). Sum of RGB (Red+Green+Blue) = 169+68+159=396 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.68% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 169 - color contains mainly: red. Hex color #A9449F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A9449F is #56BB60. Grayscale: #6C6C6C. Windows color (decimal): -5684065 or 10437801. OLE color: 10437801.

HSL color Cylindrical-coordinate representation of color #A9449F: hue angle of 305.94º 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 #A9449F is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB16968159-
CMYK00.600.060.34
HSL305.94º42.62%46.47%-
HSV(B)305.94º59.76%66.27%-
XYZ24.6915.0734.41-
YUV108.57156.46171.1-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 42.68%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 159 (62.5% from 255) = 40.15%
R=42.68%
G=17.17%
B=40.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696815900.600.060.34305.9442.6246.47
HexA9449F03C6221322b2e
Octal2511042370746424625356
Binary101010011000100100111110111100110100010100110010101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9449F; }

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

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

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

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

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

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

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

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