#A2409B

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

Shades of Violet Blue #A2409B

Tints of Violet Blue #A2409B

Color information

#A2409B (or 0xA2409B) is unknown color: approx Violet Blue. HEX triplet: A2, 40 and 9B. RGB value is (162,64,155). Sum of RGB (Red+Green+Blue) = 162+64+155=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A2409B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A2409B is #5DBF64. Grayscale: #676767. Windows color (decimal): -6143845 or 10174626. OLE color: 10174626.

HSL color Cylindrical-coordinate representation of color #A2409B: hue angle of 304.29º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A2409B is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.36.

Color convert

RGB16264155-
CMYK00.600.040.36
HSL304.29º43.36%44.31%-
HSV(B)304.29º60.49%63.53%-
XYZ22.6513.7132.46-
YUV103.68156.97169.6-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.52%
GREEN value IS 64 (25.39% from 255) = 16.80%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=42.52%
G=16.80%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1626415500.600.040.36304.2943.3644.31
HexA2409B03C4241302b2c
Octal2421002330744444605354
Binary101000101000000100110110111100100100100100110000101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2409B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2409B; }

 p { color: rgb(162,64,155); }

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

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

 a { background-color: rgb(162,64,155); }

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

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

 span { border-color: rgb(162,64,155); }

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