#A55793

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

Shades of Violet Blue #A55793

Tints of Violet Blue #A55793

Color information

#A55793 (or 0xA55793) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 93. RGB value is (165,87,147). Sum of RGB (Red+Green+Blue) = 165+87+147=399 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.35% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 165 - color contains mainly: red. Hex color #A55793 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55793 is #5AA86C. Grayscale: #757575. Windows color (decimal): -5941357 or 9656229. OLE color: 9656229.

HSL color Cylindrical-coordinate representation of color #A55793: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A55793 is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.35.

Color convert

RGB16587147-
CMYK00.470.110.35
HSL313.85º30.95%49.41%-
HSV(B)313.85º47.27%64.71%-
XYZ24.1916.9229.6-
YUV117.16144.84162.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.35%
GREEN value IS 87 (34.38% from 255) = 21.80%
BLUE value IS 147 (57.81% from 255) = 36.84%
R=41.35%
G=21.80%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714700.470.110.35313.8530.9549.41
HexA5579302FB2313a1f31
Octal24512722305713434723761
Binary101001011010111100100110101111101110001110011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55793; }

 p { color: rgb(165,87,147); }

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

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

 a { background-color: rgb(165,87,147); }

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

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

 span { border-color: rgb(165,87,147); }

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