#A53B9E

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

Shades of Violet Blue #A53B9E

Tints of Violet Blue #A53B9E

Color information

#A53B9E (or 0xA53B9E) is unknown color: approx Violet Blue. HEX triplet: A5, 3B and 9E. RGB value is (165,59,158). Sum of RGB (Red+Green+Blue) = 165+59+158=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 59 (23.44% from 255 or 15.45% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A53B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53B9E is #5AC461. Grayscale: #656565. Windows color (decimal): -5948514 or 10369957. OLE color: 10369957.

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

Color convert

RGB16559158-
CMYK00.640.040.35
HSL303.96º47.32%43.92%-
HSV(B)303.96º64.24%64.71%-
XYZ23.2513.633.75-
YUV101.98159.62172.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.19%
GREEN value IS 59 (23.44% from 255) = 15.45%
BLUE value IS 158 (62.11% from 255) = 41.36%
R=43.19%
G=15.45%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1655915800.640.040.35303.9647.3243.92
HexA53B9E0404231302f2c
Octal2457323601004434605754
Binary101001011110111001111001000000100100011100110000101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A53B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A53B9E; }

 p { color: rgb(165,59,158); }

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

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

 a { background-color: rgb(165,59,158); }

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

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

 span { border-color: rgb(165,59,158); }

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