#A53F98

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

Shades of Violet Blue #A53F98

Tints of Violet Blue #A53F98

Color information

#A53F98 (or 0xA53F98) is unknown color: approx Violet Blue. HEX triplet: A5, 3F and 98. RGB value is (165,63,152). Sum of RGB (Red+Green+Blue) = 165+63+152=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A53F98 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53F98 is #5AC067. Grayscale: #676767. Windows color (decimal): -5947496 or 9977765. OLE color: 9977765.

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

Color convert

RGB16563152-
CMYK00.620.080.35
HSL307.65º44.74%44.71%-
HSV(B)307.65º61.82%64.71%-
XYZ22.9613.8231.16-
YUV103.64155.29171.76-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.42%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 152 (59.77% from 255) = 40%
R=43.42%
G=16.58%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1656315200.620.080.35307.6544.7444.71
HexA53F9803E8231342d2d
Octal2457723007610434645555
Binary101001011111111001100001111101000100011100110100101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53F98; }

 p { color: rgb(165,63,152); }

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

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

 a { background-color: rgb(165,63,152); }

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

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

 span { border-color: rgb(165,63,152); }

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