#A2619F

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

Shades of Violet Blue #A2619F

Tints of Violet Blue #A2619F

Color information

#A2619F (or 0xA2619F) is unknown color: approx Violet Blue. HEX triplet: A2, 61 and 9F. RGB value is (162,97,159). Sum of RGB (Red+Green+Blue) = 162+97+159=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2619F is #5D9E60. Grayscale: #7B7B7B. Windows color (decimal): -6135393 or 10445218. OLE color: 10445218.

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

Color convert

RGB16297159-
CMYK00.400.020.36
HSL302.77º25.9%50.78%-
HSV(B)302.77º40.12%63.53%-
XYZ25.4318.7335.08-
YUV123.5148.03155.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 97 (38.28% from 255) = 23.21%
BLUE value IS 159 (62.5% from 255) = 38.04%
R=38.76%
G=23.21%
B=38.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629715900.400.020.36302.7725.950.78
HexA2619F02822412f1a33
Octal2421412370502444573263
Binary1010001011000011001111101010001010010010010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2619F; }

 p { color: rgb(162,97,159); }

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

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

 a { background-color: rgb(162,97,159); }

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

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

 span { border-color: rgb(162,97,159); }

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