#A1429E

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

Shades of Violet Blue #A1429E

Tints of Violet Blue #A1429E

Color information

#A1429E (or 0xA1429E) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and 9E. RGB value is (161,66,158). Sum of RGB (Red+Green+Blue) = 161+66+158=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429E is #5EBD61. Grayscale: #686868. Windows color (decimal): -6208866 or 10371745. OLE color: 10371745.

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

Color convert

RGB16166158-
CMYK00.590.020.37
HSL301.89º41.85%44.51%-
HSV(B)301.89º59.01%63.14%-
XYZ22.8213.9433.84-
YUV104.89157.97168.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.82%
GREEN value IS 66 (26.17% from 255) = 17.14%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=41.82%
G=17.14%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616615800.590.020.37301.8941.8544.51
HexA1429E03B22512e2a2d
Octal2411022360732454565255
Binary10100001100001010011110011101110100101100101110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1429E; }

 p { color: rgb(161,66,158); }

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

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

 a { background-color: rgb(161,66,158); }

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

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

 span { border-color: rgb(161,66,158); }

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