#A857AF

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

Shades of Violet Blue #A857AF

Tints of Violet Blue #A857AF

Color information

#A857AF (or 0xA857AF) is unknown color: approx Violet Blue. HEX triplet: A8, 57 and AF. RGB value is (168,87,175). Sum of RGB (Red+Green+Blue) = 168+87+175=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 87 (34.38% from 255 or 20.23% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #A857AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A857AF is #57A850. Grayscale: #787878. Windows color (decimal): -5744721 or 11491240. OLE color: 11491240.

HSL color Cylindrical-coordinate representation of color #A857AF: hue angle of 295.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A857AF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16887175-
CMYK0.040.5000.31
HSL295.23º35.48%51.37%-
HSV(B)295.23º50.29%68.63%-
XYZ27.2918.2442.64-
YUV121.25158.34161.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 87 (34.38% from 255) = 20.23%
BLUE value IS 175 (68.75% from 255) = 40.70%
R=39.07%
G=20.23%
B=40.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168871750.040.5000.31295.2335.4851.37
HexA857AF43201F1272333
Octal2501272574620374474363
Binary10101000101011110101111100110010011111100100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857AF; }

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

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

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

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

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

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

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

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