#A953A2

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

Shades of Violet Blue #A953A2

Tints of Violet Blue #A953A2

Color information

#A953A2 (or 0xA953A2) is unknown color: approx Violet Blue. HEX triplet: A9, 53 and A2. RGB value is (169,83,162). Sum of RGB (Red+Green+Blue) = 169+83+162=414 (54% of max value = 765). Red value is 169 (66.41% from 255 or 40.82% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 169 - color contains mainly: red. Hex color #A953A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953A2 is #56AC5D. Grayscale: #757575. Windows color (decimal): -5680222 or 10638249. OLE color: 10638249.

HSL color Cylindrical-coordinate representation of color #A953A2: hue angle of 304.88º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A953A2 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.34.

Color convert

RGB16983162-
CMYK00.510.040.34
HSL304.88º34.13%49.41%-
HSV(B)304.88º50.89%66.27%-
XYZ25.9817.2336.14-
YUV117.72152.99164.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.82%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 162 (63.67% from 255) = 39.13%
R=40.82%
G=20.05%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698316200.510.040.34304.8834.1349.41
HexA953A20334221312231
Octal2511232420634424614261
Binary101010011010011101000100110011100100010100110001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A953A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A953A2; }

 p { color: rgb(169,83,162); }

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

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

 a { background-color: rgb(169,83,162); }

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

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

 span { border-color: rgb(169,83,162); }

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