#A5489D

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

Shades of Violet Blue #A5489D

Tints of Violet Blue #A5489D

Color information

#A5489D (or 0xA5489D) is unknown color: approx Violet Blue. HEX triplet: A5, 48 and 9D. RGB value is (165,72,157). Sum of RGB (Red+Green+Blue) = 165+72+157=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 72 (28.52% from 255 or 18.27% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A5489D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A5489D is #5AB762. Grayscale: #6D6D6D. Windows color (decimal): -5945187 or 10307749. OLE color: 10307749.

HSL color Cylindrical-coordinate representation of color #A5489D: hue angle of 305.16º 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 #A5489D is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16572157-
CMYK00.560.050.35
HSL305.16º39.24%46.47%-
HSV(B)305.16º56.36%64.71%-
XYZ23.9215.0733.55-
YUV109.5154.81167.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 72 (28.52% from 255) = 18.27%
BLUE value IS 157 (61.72% from 255) = 39.85%
R=41.88%
G=18.27%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657215700.560.050.35305.1639.2446.47
HexA5489D038523131272e
Octal2451102350705434614756
Binary101001011001000100111010111000101100011100110001100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5489D; }

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

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

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

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

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

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

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

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