#A05398

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

Shades of Violet Blue #A05398

Tints of Violet Blue #A05398

Color information

#A05398 (or 0xA05398) is unknown color: approx Violet Blue. HEX triplet: A0, 53 and 98. RGB value is (160,83,152). Sum of RGB (Red+Green+Blue) = 160+83+152=395 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.51% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 160 - color contains mainly: red. Hex color #A05398 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A05398 is #5FAC67. Grayscale: #717171. Windows color (decimal): -6270056 or 9982880. OLE color: 9982880.

HSL color Cylindrical-coordinate representation of color #A05398: hue angle of 306.23º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A05398 is Cyan = 0, Magento = 0.48, Yellow = 0.05 and Black (K on CMYK) = 0.37.

Color convert

RGB16083152-
CMYK00.480.050.37
HSL306.23º31.69%47.65%-
HSV(B)306.23º48.12%62.75%-
XYZ23.2615.9331.55-
YUV113.89149.51160.89-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 40.51%
GREEN value IS 83 (32.81% from 255) = 21.01%
BLUE value IS 152 (59.77% from 255) = 38.48%
R=40.51%
G=21.01%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608315200.480.050.37306.2331.6947.65
HexA053980305251322030
Octal2401232300605454624060
Binary101000001010011100110000110000101100101100110010100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05398; }

 p { color: rgb(160,83,152); }

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

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

 a { background-color: rgb(160,83,152); }

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

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

 span { border-color: rgb(160,83,152); }

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