#A45198

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

Shades of Violet Blue #A45198

Tints of Violet Blue #A45198

Color information

#A45198 (or 0xA45198) is unknown color: approx Violet Blue. HEX triplet: A4, 51 and 98. RGB value is (164,81,152). Sum of RGB (Red+Green+Blue) = 164+81+152=397 (52% of max value = 765). Red value is 164 (64.45% from 255 or 41.31% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 152 (59.77% from 255 or 38.29% from 397); Max value from RGB is 164 - color contains mainly: red. Hex color #A45198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A45198 is #5BAE67. Grayscale: #717171. Windows color (decimal): -6008424 or 9982372. OLE color: 9982372.

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

Color convert

RGB16481152-
CMYK00.510.070.36
HSL308.67º33.88%48.04%-
HSV(B)308.67º50.61%64.31%-
XYZ23.9216.0431.54-
YUV113.91149.5163.73-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.31%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 152 (59.77% from 255) = 38.29%
R=41.31%
G=20.40%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648115200.510.070.36308.6733.8848.04
HexA451980337241352230
Octal2441212300637444654260
Binary101001001010001100110000110011111100100100110101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45198; }

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

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

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

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

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

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

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

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