#A857AD

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

Shades of Violet Blue #A857AD

Tints of Violet Blue #A857AD

Color information

#A857AD (or 0xA857AD) is unknown color: approx Violet Blue. HEX triplet: A8, 57 and AD. RGB value is (168,87,173). Sum of RGB (Red+Green+Blue) = 168+87+173=428 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.25% from 428); Green value is 87 (34.38% from 255 or 20.33% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 173 - color contains mainly: blue. Hex color #A857AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AD is #57A852. Grayscale: #787878. Windows color (decimal): -5744723 or 11360168. OLE color: 11360168.

HSL color Cylindrical-coordinate representation of color #A857AD: hue angle of 296.51º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A857AD is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16887173-
CMYK0.030.5000.32
HSL296.51º34.4%50.98%-
HSV(B)296.51º49.71%67.84%-
XYZ27.118.1641.61-
YUV121.02157.34161.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.25%
GREEN value IS 87 (34.38% from 255) = 20.33%
BLUE value IS 173 (67.97% from 255) = 40.42%
R=39.25%
G=20.33%
B=40.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal168871730.030.5000.32296.5134.450.98
HexA857AD3320201292233
Octal2501272553620404514263
Binary10101000101011110101101111100100100000100101001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857AD; }

 p { color: rgb(168,87,173); }

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

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

 a { background-color: rgb(168,87,173); }

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

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

 span { border-color: rgb(168,87,173); }

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