#A54097

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

Shades of Violet Blue #A54097

Tints of Violet Blue #A54097

Color information

#A54097 (or 0xA54097) is unknown color: approx Violet Blue. HEX triplet: A5, 40 and 97. RGB value is (165,64,151). Sum of RGB (Red+Green+Blue) = 165+64+151=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A54097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A54097 is #5ABF68. Grayscale: #676767. Windows color (decimal): -5947241 or 9912485. OLE color: 9912485.

HSL color Cylindrical-coordinate representation of color #A54097: hue angle of 308.32º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A54097 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB16564151-
CMYK00.610.080.35
HSL308.32º44.1%44.9%-
HSV(B)308.32º61.21%64.71%-
XYZ22.9413.930.75-
YUV104.12154.46171.43-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 64 (25.39% from 255) = 16.84%
BLUE value IS 151 (59.38% from 255) = 39.74%
R=43.42%
G=16.84%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656415100.610.080.35308.3244.144.9
HexA5409703D8231342c2d
Octal24510022707510434645455
Binary1010010110000001001011101111011000100011100110100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54097; }

 p { color: rgb(165,64,151); }

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

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

 a { background-color: rgb(165,64,151); }

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

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

 span { border-color: rgb(165,64,151); }

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