#A2619C

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

Shades of Violet Blue #A2619C

Tints of Violet Blue #A2619C

Color information

#A2619C (or 0xA2619C) is unknown color: approx Violet Blue. HEX triplet: A2, 61 and 9C. RGB value is (162,97,156). Sum of RGB (Red+Green+Blue) = 162+97+156=415 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.04% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 162 - color contains mainly: red. Hex color #A2619C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2619C is #5D9E63. Grayscale: #7A7A7A. Windows color (decimal): -6135396 or 10248610. OLE color: 10248610.

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

Color convert

RGB16297156-
CMYK00.400.040.36
HSL305.54º25.9%50.78%-
HSV(B)305.54º40.12%63.53%-
XYZ25.1818.6333.72-
YUV123.16146.53155.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 39.04%
GREEN value IS 97 (38.28% from 255) = 23.37%
BLUE value IS 156 (61.33% from 255) = 37.59%
R=39.04%
G=23.37%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629715600.400.040.36305.5425.950.78
HexA2619C0284241321a33
Octal2421412340504444623263
Binary10100010110000110011100010100010010010010011001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2619C; }

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

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

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

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

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

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

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

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