#A1429D

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

Shades of Violet Blue #A1429D

Tints of Violet Blue #A1429D

Color information

#A1429D (or 0xA1429D) is unknown color: approx Violet Blue. HEX triplet: A1, 42 and 9D. RGB value is (161,66,157). Sum of RGB (Red+Green+Blue) = 161+66+157=384 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.93% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 161 - color contains mainly: red. Hex color #A1429D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A1429D is #5EBD62. Grayscale: #686868. Windows color (decimal): -6208867 or 10306209. OLE color: 10306209.

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

Color convert

RGB16166157-
CMYK00.590.020.37
HSL302.53º41.85%44.51%-
HSV(B)302.53º59.01%63.14%-
XYZ22.7313.9133.38-
YUV104.78157.47168.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 41.93%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=41.93%
G=17.19%
B=40.89%

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
Decimal1616615700.590.020.37302.5341.8544.51
HexA1429D03B22512f2a2d
Octal2411022350732454575255
Binary10100001100001010011101011101110100101100101111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1429D; }

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

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

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

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

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

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

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

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