#A153AD

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

Shades of Violet Blue #A153AD

Tints of Violet Blue #A153AD

Color information

#A153AD (or 0xA153AD) is unknown color: approx Violet Blue. HEX triplet: A1, 53 and AD. RGB value is (161,83,173). Sum of RGB (Red+Green+Blue) = 161+83+173=417 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.61% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 173 (67.97% from 255 or 41.49% from 417); Max value from RGB is 173 - color contains mainly: blue. Hex color #A153AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A153AD is #5EAC52. Grayscale: #747474. Windows color (decimal): -6204499 or 11359137. OLE color: 11359137.

HSL color Cylindrical-coordinate representation of color #A153AD: hue angle of 292º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A153AD is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16183173-
CMYK0.070.5200.32
HSL292º35.43%50.2%-
HSV(B)292º52.02%67.84%-
XYZ25.3316.7841.44-
YUV116.58159.84159.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.61%
GREEN value IS 83 (32.81% from 255) = 19.90%
BLUE value IS 173 (67.97% from 255) = 41.49%
R=38.61%
G=19.90%
B=41.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161831730.070.5200.3229235.4350.2
HexA153AD7340201242332
Octal2411232557640404444362
Binary101000011010011101011011111101000100000100100100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A153AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A153AD; }

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

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

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

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

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

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

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

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