#A85EB1

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

Shades of Violet Blue #A85EB1

Tints of Violet Blue #A85EB1

Color information

#A85EB1 (or 0xA85EB1) is unknown color: approx Violet Blue. HEX triplet: A8, 5E and B1. RGB value is (168,94,177). Sum of RGB (Red+Green+Blue) = 168+94+177=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 177 (69.53% from 255 or 40.32% from 439); Max value from RGB is 177 - color contains mainly: blue. Hex color #A85EB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85EB1 is #57A14E. Grayscale: #7D7D7D. Windows color (decimal): -5742927 or 11624104. OLE color: 11624104.

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

Color convert

RGB16894177-
CMYK0.050.4700.31
HSL293.49º34.73%53.14%-
HSV(B)293.49º46.89%69.41%-
XYZ28.0919.543.88-
YUV125.59157.02158.25-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.27%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 177 (69.53% from 255) = 40.32%
R=38.27%
G=21.41%
B=40.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168941770.050.4700.31293.4934.7353.14
HexA85EB152F01F1252335
Octal2501362615570374454365
Binary10101000101111010110001101101111011111100100101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85EB1; }

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

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

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

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

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

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

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

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