#A55F93

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

Shades of Violet Blue #A55F93

Tints of Violet Blue #A55F93

Color information

#A55F93 (or 0xA55F93) is unknown color: approx Violet Blue. HEX triplet: A5, 5F and 93. RGB value is (165,95,147). Sum of RGB (Red+Green+Blue) = 165+95+147=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55F93 is #5AA06C. Grayscale: #797979. Windows color (decimal): -5939309 or 9658277. OLE color: 9658277.

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

Color convert

RGB16595147-
CMYK00.420.110.35
HSL315.43º28%50.98%-
HSV(B)315.43º42.42%64.71%-
XYZ24.8818.2929.82-
YUV121.86142.19158.77-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 40.54%
GREEN value IS 95 (37.5% from 255) = 23.34%
BLUE value IS 147 (57.81% from 255) = 36.12%
R=40.54%
G=23.34%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1659514700.420.110.35315.432850.98
HexA55F9302AB2313b1c33
Octal24513722305213434733463
Binary101001011011111100100110101010101110001110011101111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55F93; }

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

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

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

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

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

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

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

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