#a85b94

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

Shades of Violet Blue #A85B94

Tints of Violet Blue #A85B94

Color information

#A85B94 (or 0xA85B94) is unknown color: approx Violet Blue. HEX triplet: A8, 5B and 94. RGB value is (168,91,148). Sum of RGB (Red+Green+Blue) = 168+91+148=407 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.28% from 407); Green value is 91 (35.94% from 255 or 22.36% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85B94 is #57A46B. Grayscale: #787878. Windows color (decimal): -5743724 or 9722792. OLE color: 9722792.

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

Color convert

RGB16891148-
CMYK00.460.120.34
HSL315.58º30.68%50.78%-
HSV(B)315.58º45.83%65.88%-
XYZ25.2317.9530.15-
YUV120.52143.51161.87-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.28%
GREEN value IS 91 (35.94% from 255) = 22.36%
BLUE value IS 148 (58.20% from 255) = 36.36%
R=41.28%
G=22.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1689114800.460.120.34315.5830.6850.78
HexA85B9402EC2213c1f33
Octal25013322405614424743763
Binary101010001011011100101000101110110010001010011110011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85b94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85b94; }

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

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

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

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

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

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

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

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