#A2619D

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

Shades of Violet Blue #A2619D

Tints of Violet Blue #A2619D

Color information

#A2619D (or 0xA2619D) is unknown color: approx Violet Blue. HEX triplet: A2, 61 and 9D. RGB value is (162,97,157). Sum of RGB (Red+Green+Blue) = 162+97+157=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 97 (38.28% from 255 or 23.32% from 416); Blue value is 157 (61.72% from 255 or 37.74% from 416); Max value from RGB is 162 - color contains mainly: red. Hex color #A2619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2619D is #5D9E62. Grayscale: #7B7B7B. Windows color (decimal): -6135395 or 10314146. OLE color: 10314146.

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

Color convert

RGB16297157-
CMYK00.400.030.36
HSL304.62º25.9%50.78%-
HSV(B)304.62º40.12%63.53%-
XYZ25.2618.6734.17-
YUV123.28147.03155.62-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.94%
GREEN value IS 97 (38.28% from 255) = 23.32%
BLUE value IS 157 (61.72% from 255) = 37.74%
R=38.94%
G=23.32%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.03
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629715700.400.030.36304.6225.950.78
HexA2619D0283241311a33
Octal2421412350503444613263
Binary1010001011000011001110101010001110010010011000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2619D; }

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

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

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

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

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

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

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

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