#a55693

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

Shades of Violet Blue #A55693

Tints of Violet Blue #A55693

Color information

#A55693 (or 0xA55693) is unknown color: approx Violet Blue. HEX triplet: A5, 56 and 93. RGB value is (165,86,147). Sum of RGB (Red+Green+Blue) = 165+86+147=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 86 (33.98% from 255 or 21.61% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 165 - color contains mainly: red. Hex color #A55693 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55693 is #5AA96C. Grayscale: #747474. Windows color (decimal): -5941613 or 9655973. OLE color: 9655973.

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

Color convert

RGB16586147-
CMYK00.480.110.35
HSL313.67º31.47%49.22%-
HSV(B)313.67º47.88%64.71%-
XYZ24.1116.7629.57-
YUV116.58145.17162.54-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 86 (33.98% from 255) = 21.61%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=41.46%
G=21.61%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658614700.480.110.35313.6731.4749.22
HexA55693030B2313a1f31
Octal24512622306013434723761
Binary101001011010110100100110110000101110001110011101011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a55693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a55693; }

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

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

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

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

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

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

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

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