#A153A6

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

Shades of Violet Blue #A153A6

Tints of Violet Blue #A153A6

Color information

#A153A6 (or 0xA153A6) is unknown color: approx Violet Blue. HEX triplet: A1, 53 and A6. RGB value is (161,83,166). Sum of RGB (Red+Green+Blue) = 161+83+166=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 166 (65.23% from 255 or 40.49% from 410); Max value from RGB is 166 - color contains mainly: blue. Hex color #A153A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153A6 is #5EAC59. Grayscale: #737373. Windows color (decimal): -6204506 or 10900385. OLE color: 10900385.

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

Color convert

RGB16183166-
CMYK0.030.5000.35
HSL296.39º33.33%48.82%-
HSV(B)296.39º50%65.1%-
XYZ24.6716.5237.96-
YUV115.78156.34160.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 39.27%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 166 (65.23% from 255) = 40.49%
R=39.27%
G=20.24%
B=40.49%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161831660.030.5000.35296.3933.3348.82
HexA153A63320231282131
Octal2411232463620434504161
Binary10100001101001110100110111100100100011100101000100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A153A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A153A6; }

 p { color: rgb(161,83,166); }

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

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

 a { background-color: rgb(161,83,166); }

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

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

 span { border-color: rgb(161,83,166); }

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