#A2649C

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

Shades of Violet Blue #A2649C

Tints of Violet Blue #A2649C

Color information

#A2649C (or 0xA2649C) is unknown color: approx Violet Blue. HEX triplet: A2, 64 and 9C. RGB value is (162,100,156). Sum of RGB (Red+Green+Blue) = 162+100+156=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 100 (39.45% from 255 or 23.92% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 162 - color contains mainly: red. Hex color #A2649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A2649C is #5D9B63. Grayscale: #7C7C7C. Windows color (decimal): -6134628 or 10249378. OLE color: 10249378.

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

Color convert

RGB162100156-
CMYK00.380.040.36
HSL305.81º25%51.37%-
HSV(B)305.81º38.27%63.53%-
XYZ25.4619.233.82-
YUV124.92145.54154.45-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.76%
GREEN value IS 100 (39.45% from 255) = 23.92%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=38.76%
G=23.92%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210015600.380.040.36305.812551.37
HexA2649C0264241321933
Octal2421442340464444623163
Binary10100010110010010011100010011010010010010011001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2649C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2649C; }

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

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

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

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

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

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

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

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