#A85FB0

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

Shades of Violet Blue #A85FB0

Tints of Violet Blue #A85FB0

Color information

#A85FB0 (or 0xA85FB0) is unknown color: approx Violet Blue. HEX triplet: A8, 5F and B0. RGB value is (168,95,176). Sum of RGB (Red+Green+Blue) = 168+95+176=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #A85FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FB0 is #57A04F. Grayscale: #7D7D7D. Windows color (decimal): -5742672 or 11558824. OLE color: 11558824.

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

Color convert

RGB16895176-
CMYK0.050.4600.31
HSL294.07º33.89%53.14%-
HSV(B)294.07º46.02%69.02%-
XYZ28.0819.6443.39-
YUV126.06156.18157.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 95 (37.5% from 255) = 21.64%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=38.27%
G=21.64%
B=40.09%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168951760.050.4600.31294.0733.8953.14
HexA85FB052E01F1262235
Octal2501372605560374464265
Binary10101000101111110110000101101110011111100100110100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FB0; }

 p { color: rgb(168,95,176); }

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

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

 a { background-color: rgb(168,95,176); }

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

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

 span { border-color: rgb(168,95,176); }

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