#A85BB1

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

Shades of Violet Blue #A85BB1

Tints of Violet Blue #A85BB1

Color information

#A85BB1 (or 0xA85BB1) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and B1. RGB value is (168,91,177). Sum of RGB (Red+Green+Blue) = 168+91+177=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #A85BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BB1 is #57A44E. Grayscale: #7B7B7B. Windows color (decimal): -5743695 or 11623336. OLE color: 11623336.

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

Color convert

RGB16891177-
CMYK0.050.4900.31
HSL293.72º35.54%52.55%-
HSV(B)293.72º48.59%69.41%-
XYZ27.8318.9843.79-
YUV123.83158.01159.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 177 (69.53% from 255) = 40.60%
R=38.53%
G=20.87%
B=40.60%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168911770.050.4900.31293.7235.5452.55
HexA85BB153101F1262435
Octal2501332615610374464465
Binary10101000101101110110001101110001011111100100110100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BB1; }

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

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

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

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

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

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

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

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