#A5649A

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

Shades of Violet Blue #A5649A

Tints of Violet Blue #A5649A

Color information

#A5649A (or 0xA5649A) is unknown color: approx Violet Blue. HEX triplet: A5, 64 and 9A. RGB value is (165,100,154). Sum of RGB (Red+Green+Blue) = 165+100+154=419 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.38% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 165 - color contains mainly: red. Hex color #A5649A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5649A is #5A9B65. Grayscale: #7D7D7D. Windows color (decimal): -5938022 or 10118309. OLE color: 10118309.

HSL color Cylindrical-coordinate representation of color #A5649A: hue angle of 310.15º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5649A is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB165100154-
CMYK00.390.070.35
HSL310.15º26.53%51.96%-
HSV(B)310.15º39.39%64.71%-
XYZ25.9119.4532.96-
YUV125.59144.03156.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.38%
GREEN value IS 100 (39.45% from 255) = 23.87%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=39.38%
G=23.87%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16510015400.390.070.35310.1526.5351.96
HexA5649A0277231361b34
Octal2451442320477434663364
Binary10100101110010010011010010011111110001110011011011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5649A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5649A; }

 p { color: rgb(165,100,154); }

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

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

 a { background-color: rgb(165,100,154); }

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

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

 span { border-color: rgb(165,100,154); }

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