#a2429c

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

Shades of Violet Blue #A2429C

Tints of Violet Blue #A2429C

Color information

#A2429C (or 0xA2429C) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 9C. RGB value is (162,66,156). Sum of RGB (Red+Green+Blue) = 162+66+156=384 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.19% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 156 (61.33% from 255 or 40.62% from 384); Max value from RGB is 162 - color contains mainly: red. Hex color #A2429C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2429C is #5DBD63. Grayscale: #686868. Windows color (decimal): -6143332 or 10240674. OLE color: 10240674.

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

Color convert

RGB16266156-
CMYK00.590.040.36
HSL303.75º42.11%44.71%-
HSV(B)303.75º59.26%63.53%-
XYZ22.8513.9832.95-
YUV104.96156.8168.68-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.19%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 156 (61.33% from 255) = 40.62%
R=42.19%
G=17.19%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626615600.590.040.36303.7542.1144.71
HexA2429C03B4241302a2d
Octal2421022340734444605255
Binary101000101000010100111000111011100100100100110000101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2429c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2429c; }

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

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

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

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

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

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

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

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