#A85FB1

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

Shades of Violet Blue #A85FB1

Tints of Violet Blue #A85FB1

Color information

#A85FB1 (or 0xA85FB1) is unknown color: approx Violet Blue. HEX triplet: A8, 5F and B1. RGB value is (168,95,177). Sum of RGB (Red+Green+Blue) = 168+95+177=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 177 (69.53% from 255 or 40.23% from 440); Max value from RGB is 177 - color contains mainly: blue. Hex color #A85FB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85FB1 is #57A04E. Grayscale: #7D7D7D. Windows color (decimal): -5742671 or 11624360. OLE color: 11624360.

HSL color Cylindrical-coordinate representation of color #A85FB1: hue angle of 293.41º 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 #A85FB1 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16895177-
CMYK0.050.4600.31
HSL293.41º34.45%53.33%-
HSV(B)293.41º46.33%69.41%-
XYZ28.1819.6843.91-
YUV126.17156.68157.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.18%
GREEN value IS 95 (37.5% from 255) = 21.59%
BLUE value IS 177 (69.53% from 255) = 40.23%
R=38.18%
G=21.59%
B=40.23%

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
Decimal168951770.050.4600.31293.4134.4553.33
HexA85FB152E01F1252235
Octal2501372615560374454265
Binary10101000101111110110001101101110011111100100101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85FB1; }

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

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

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

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

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

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

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

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