#A1429C

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

Shades of Violet Blue #A1429C

Tints of Violet Blue #A1429C

Color information

#A1429C (or 0xA1429C) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and 9C. RGB value is (161,66,156). Sum of RGB (Red+Green+Blue) = 161+66+156=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429C is #5EBD63. Grayscale: #686868. Windows color (decimal): -6208868 or 10240673. OLE color: 10240673.

HSL color Cylindrical-coordinate representation of color #A1429C: hue angle of 303.16º 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 #A1429C is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.37.

Color convert

RGB16166156-
CMYK00.590.030.37
HSL303.16º41.85%44.51%-
HSV(B)303.16º59.01%63.14%-
XYZ22.6513.8732.94-
YUV104.66156.97168.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 42.04%
GREEN value IS 66 (26.17% from 255) = 17.23%
BLUE value IS 156 (61.33% from 255) = 40.73%
R=42.04%
G=17.23%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616615600.590.030.37303.1641.8544.51
HexA1429C03B32512f2a2d
Octal2411022340733454575255
Binary10100001100001010011100011101111100101100101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1429C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1429C; }

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

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

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

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

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

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

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

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