#A2609B

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

Shades of Violet Blue #A2609B

Tints of Violet Blue #A2609B

Color information

#A2609B (or 0xA2609B) is unknown color: approx Violet Blue. HEX triplet: A2, 60 and 9B. RGB value is (162,96,155). Sum of RGB (Red+Green+Blue) = 162+96+155=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 155 (60.94% from 255 or 37.53% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A2609B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2609B is #5D9F64. Grayscale: #7A7A7A. Windows color (decimal): -6135653 or 10182818. OLE color: 10182818.

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

Color convert

RGB16296155-
CMYK00.410.040.36
HSL306.36º26.19%50.59%-
HSV(B)306.36º40.74%63.53%-
XYZ2518.4133.25-
YUV122.46146.37156.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.23%
GREEN value IS 96 (37.89% from 255) = 23.24%
BLUE value IS 155 (60.94% from 255) = 37.53%
R=39.23%
G=23.24%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629615500.410.040.36306.3626.1950.59
HexA2609B0294241321a33
Octal2421402330514444623263
Binary10100010110000010011011010100110010010010011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2609B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2609B; }

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

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

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

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

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

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

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

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