#A45498

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

Shades of Violet Blue #A45498

Tints of Violet Blue #A45498

Color information

#A45498 (or 0xA45498) is unknown color: approx Violet Blue. HEX triplet: A4, 54 and 98. RGB value is (164,84,152). Sum of RGB (Red+Green+Blue) = 164+84+152=400 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 164 - color contains mainly: red. Hex color #A45498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45498 is #5BAB67. Grayscale: #737373. Windows color (decimal): -6007656 or 9983140. OLE color: 9983140.

HSL color Cylindrical-coordinate representation of color #A45498: hue angle of 309º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A45498 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB16484152-
CMYK00.490.070.36
HSL309º32.26%48.63%-
HSV(B)309º48.78%64.31%-
XYZ24.1516.531.62-
YUV115.67148.5162.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41%
GREEN value IS 84 (33.20% from 255) = 21%
BLUE value IS 152 (59.77% from 255) = 38%
R=41%
G=21%
B=38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648415200.490.070.3630932.2648.63
HexA454980317241352031
Octal2441242300617444654061
Binary101001001010100100110000110001111100100100110101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45498; }

 p { color: rgb(164,84,152); }

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

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

 a { background-color: rgb(164,84,152); }

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

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

 span { border-color: rgb(164,84,152); }

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