#A953AF

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

Shades of Violet Blue #A953AF

Tints of Violet Blue #A953AF

Color information

#A953AF (or 0xA953AF) is unknown color: approx Violet Blue. HEX triplet: A9, 53 and AF. RGB value is (169,83,175). Sum of RGB (Red+Green+Blue) = 169+83+175=427 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.58% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 175 - color contains mainly: blue. Hex color #A953AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A953AF is #56AC50. Grayscale: #767676. Windows color (decimal): -5680209 or 11490217. OLE color: 11490217.

HSL color Cylindrical-coordinate representation of color #A953AF: hue angle of 296.09º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A953AF is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16983175-
CMYK0.030.5300.31
HSL296.09º36.51%50.59%-
HSV(B)296.09º52.57%68.63%-
XYZ27.1917.7242.54-
YUV119.2159.49163.52-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.58%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 175 (68.75% from 255) = 40.98%
R=39.58%
G=19.44%
B=40.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal169831750.030.5300.31296.0936.5150.59
HexA953AF33501F1282533
Octal2511232573650374504563
Binary1010100110100111010111111110101011111100101000100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A953AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A953AF; }

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

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

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

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

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

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

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

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