#A55097

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

Shades of Violet Blue #A55097

Tints of Violet Blue #A55097

Color information

#A55097 (or 0xA55097) is unknown color: approx Violet Blue. HEX triplet: A5, 50 and 97. RGB value is (165,80,151). Sum of RGB (Red+Green+Blue) = 165+80+151=396 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.67% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 165 - color contains mainly: red. Hex color #A55097 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55097 is #5AAF68. Grayscale: #717171. Windows color (decimal): -5943145 or 9916581. OLE color: 9916581.

HSL color Cylindrical-coordinate representation of color #A55097: hue angle of 309.88º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A55097 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16580151-
CMYK00.520.080.35
HSL309.88º34.69%48.04%-
HSV(B)309.88º51.52%64.71%-
XYZ23.9715.9731.1-
YUV113.51149.16164.73-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.67%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=41.67%
G=20.20%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658015100.520.080.35309.8834.6948.04
HexA550970348231362330
Octal24512022706410434664360
Binary1010010110100001001011101101001000100011100110110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55097; }

 p { color: rgb(165,80,151); }

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

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

 a { background-color: rgb(165,80,151); }

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

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

 span { border-color: rgb(165,80,151); }

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