#A85BB2

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

Shades of Violet Blue #A85BB2

Tints of Violet Blue #A85BB2

Color information

#A85BB2 (or 0xA85BB2) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and B2. RGB value is (168,91,178). Sum of RGB (Red+Green+Blue) = 168+91+178=437 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.44% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 178 (69.92% from 255 or 40.73% from 437); Max value from RGB is 178 - color contains mainly: blue. Hex color #A85BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85BB2 is #57A44D. Grayscale: #7B7B7B. Windows color (decimal): -5743694 or 11688872. OLE color: 11688872.

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

Color convert

RGB16891178-
CMYK0.060.4900.30
HSL293.1º36.1%52.75%-
HSV(B)293.1º48.88%69.8%-
XYZ27.9319.0244.32-
YUV123.94158.51159.43-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.44%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 178 (69.92% from 255) = 40.73%
R=38.44%
G=20.82%
B=40.73%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal168911780.060.4900.30293.136.152.75
HexA85BB263101E1252435
Octal2501332626610364454465
Binary10101000101101110110010110110001011110100100101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85BB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85BB2; }

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

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

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

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

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

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

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

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