#A5489A

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

Shades of Violet Blue #A5489A

Tints of Violet Blue #A5489A

Color information

#A5489A (or 0xA5489A) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 9A. RGB value is (165,72,154). Sum of RGB (Red+Green+Blue) = 165+72+154=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5489A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5489A is #5AB765. Grayscale: #6C6C6C. Windows color (decimal): -5945190 or 10111141. OLE color: 10111141.

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

Color convert

RGB16572154-
CMYK00.560.070.35
HSL307.1º39.24%46.47%-
HSV(B)307.1º56.36%64.71%-
XYZ23.6714.9732.21-
YUV109.15153.31167.83-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.20%
GREEN value IS 72 (28.52% from 255) = 18.41%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=42.20%
G=18.41%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657215400.560.070.35307.139.2446.47
HexA5489A038723133272e
Octal2451102320707434634756
Binary101001011001000100110100111000111100011100110011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5489A; }

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

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

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

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

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

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

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

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