#A1449C

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

Shades of Violet Blue #A1449C

Tints of Violet Blue #A1449C

Color information

#A1449C (or 0xA1449C) is unknown color: approx Violet Blue. HEX triplet: A1, 44 and 9C. RGB value is (161,68,156). Sum of RGB (Red+Green+Blue) = 161+68+156=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1449C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1449C is #5EBB63. Grayscale: #696969. Windows color (decimal): -6208356 or 10241185. OLE color: 10241185.

HSL color Cylindrical-coordinate representation of color #A1449C: hue angle of 303.23º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A1449C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16168156-
CMYK00.580.030.37
HSL303.23º40.61%44.9%-
HSV(B)303.23º57.76%63.14%-
XYZ22.7714.1132.98-
YUV105.84156.31167.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 68 (26.95% from 255) = 17.66%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=41.82%
G=17.66%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616815600.580.030.37303.2340.6144.9
HexA1449C03A32512f292d
Octal2411042340723454575155
Binary10100001100010010011100011101011100101100101111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1449C; }

 p { color: rgb(161,68,156); }

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

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

 a { background-color: rgb(161,68,156); }

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

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

 span { border-color: rgb(161,68,156); }

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