#A957A2

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

Shades of Violet Blue #A957A2

Tints of Violet Blue #A957A2

Color information

#A957A2 (or 0xA957A2) is unknown color: approx Violet Blue. HEX triplet: A9, 57 and A2. RGB value is (169,87,162). Sum of RGB (Red+Green+Blue) = 169+87+162=418 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.43% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 162 (63.67% from 255 or 38.76% from 418); Max value from RGB is 169 - color contains mainly: red. Hex color #A957A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A957A2 is #56A85D. Grayscale: #777777. Windows color (decimal): -5679198 or 10639273. OLE color: 10639273.

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

Color convert

RGB16987162-
CMYK00.490.040.34
HSL305.12º32.28%50.2%-
HSV(B)305.12º48.52%66.27%-
XYZ26.2917.8636.24-
YUV120.07151.67162.9-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 40.43%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 162 (63.67% from 255) = 38.76%
R=40.43%
G=20.81%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698716200.490.040.34305.1232.2850.2
HexA957A20314221312032
Octal2511272420614424614062
Binary101010011010111101000100110001100100010100110001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957A2; }

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

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

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

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

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

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

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

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