#A2429A

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

Shades of Violet Blue #A2429A

Tints of Violet Blue #A2429A

Color information

#A2429A (or 0xA2429A) is unknown color: approx Violet Blue. HEX triplet: A2, 42 and 9A. RGB value is (162,66,154). Sum of RGB (Red+Green+Blue) = 162+66+154=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A2429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2429A is #5DBD65. Grayscale: #686868. Windows color (decimal): -6143334 or 10109602. OLE color: 10109602.

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

Color convert

RGB16266154-
CMYK00.590.050.36
HSL305º42.11%44.71%-
HSV(B)305º59.26%63.53%-
XYZ22.6813.9132.06-
YUV104.74155.8168.84-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 66 (26.17% from 255) = 17.28%
BLUE value IS 154 (60.55% from 255) = 40.31%
R=42.41%
G=17.28%
B=40.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.05
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626615400.590.050.3630542.1144.71
HexA2429A03B5241312a2d
Octal2421022320735444615255
Binary101000101000010100110100111011101100100100110001101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2429A; }

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

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

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

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

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

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

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

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