#A85BAF

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

Shades of Violet Blue #A85BAF

Tints of Violet Blue #A85BAF

Color information

#A85BAF (or 0xA85BAF) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and AF. RGB value is (168,91,175). Sum of RGB (Red+Green+Blue) = 168+91+175=434 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.71% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #A85BAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BAF is #57A450. Grayscale: #7B7B7B. Windows color (decimal): -5743697 or 11492264. OLE color: 11492264.

HSL color Cylindrical-coordinate representation of color #A85BAF: hue angle of 295º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A85BAF is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16891175-
CMYK0.040.4800.31
HSL295º34.43%52.16%-
HSV(B)295º48%68.63%-
XYZ27.6318.942.75-
YUV123.6157.01159.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.71%
GREEN value IS 91 (35.94% from 255) = 20.97%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=38.71%
G=20.97%
B=40.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168911750.040.4800.3129534.4352.16
HexA85BAF43001F1272234
Octal2501332574600374474264
Binary10101000101101110101111100110000011111100100111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BAF; }

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

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

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

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

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

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

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

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