#A54793

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

Shades of Violet Blue #A54793

Tints of Violet Blue #A54793

Color information

#A54793 (or 0xA54793) is unknown color: approx Violet Blue. HEX triplet: A5, 47 and 93. RGB value is (165,71,147). Sum of RGB (Red+Green+Blue) = 165+71+147=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 165 - color contains mainly: red. Hex color #A54793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54793 is #5AB86C. Grayscale: #6B6B6B. Windows color (decimal): -5945453 or 9652133. OLE color: 9652133.

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

Color convert

RGB16571147-
CMYK00.570.110.35
HSL311.49º39.83%46.27%-
HSV(B)311.49º56.97%64.71%-
XYZ23.0414.6129.21-
YUV107.77150.14168.82-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.08%
GREEN value IS 71 (28.12% from 255) = 18.54%
BLUE value IS 147 (57.81% from 255) = 38.38%
R=43.08%
G=18.54%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657114700.570.110.35311.4939.8346.27
HexA54793039B23137282e
Octal24510722307113434675056
Binary1010010110001111001001101110011011100011100110111101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54793; }

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

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

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

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

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

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

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

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