#A55293

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

Shades of Violet Blue #A55293

Tints of Violet Blue #A55293

Color information

#A55293 (or 0xA55293) is unknown color: approx Violet Blue. HEX triplet: A5, 52 and 93. RGB value is (165,82,147). Sum of RGB (Red+Green+Blue) = 165+82+147=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 147 (57.81% from 255 or 37.31% from 394); Max value from RGB is 165 - color contains mainly: red. Hex color #A55293 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A55293 is #5AAD6C. Grayscale: #727272. Windows color (decimal): -5942637 or 9654949. OLE color: 9654949.

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

Color convert

RGB16582147-
CMYK00.500.110.35
HSL313.01º33.6%48.43%-
HSV(B)313.01º50.3%64.71%-
XYZ23.816.1429.46-
YUV114.23146.5164.21-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.88%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 147 (57.81% from 255) = 37.31%
R=41.88%
G=20.81%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658214700.500.110.35313.0133.648.43
HexA55293032B231392230
Octal24512222306213434714260
Binary1010010110100101001001101100101011100011100111001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55293; }

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

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

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

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

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

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

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

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