#A55794

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

Shades of Violet Blue #A55794

Tints of Violet Blue #A55794

Color information

#A55794 (or 0xA55794) is unknown color: approx Violet Blue. HEX triplet: A5, 57 and 94. RGB value is (165,87,148). Sum of RGB (Red+Green+Blue) = 165+87+148=400 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.25% from 400); Green value is 87 (34.38% from 255 or 21.75% from 400); Blue value is 148 (58.20% from 255 or 37% from 400); Max value from RGB is 165 - color contains mainly: red. Hex color #A55794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55794 is #5AA86B. Grayscale: #757575. Windows color (decimal): -5941356 or 9721765. OLE color: 9721765.

HSL color Cylindrical-coordinate representation of color #A55794: hue angle of 313.08º 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 #A55794 is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB16587148-
CMYK00.470.100.35
HSL313.08º30.95%49.41%-
HSV(B)313.08º47.27%64.71%-
XYZ24.2716.9530.01-
YUV117.28145.34162.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.25%
GREEN value IS 87 (34.38% from 255) = 21.75%
BLUE value IS 148 (58.20% from 255) = 37%
R=41.25%
G=21.75%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.10
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658714800.470.100.35313.0830.9549.41
HexA5579402FA231391f31
Octal24512722405712434713761
Binary101001011010111100101000101111101010001110011100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55794; }

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

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

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

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

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

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

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

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