#a85194

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

Shades of Violet Blue #A85194

Tints of Violet Blue #A85194

Color information

#A85194 (or 0xA85194) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and 94. RGB value is (168,81,148). Sum of RGB (Red+Green+Blue) = 168+81+148=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 81 (32.03% from 255 or 20.40% from 397); Blue value is 148 (58.20% from 255 or 37.28% from 397); Max value from RGB is 168 - color contains mainly: red. Hex color #A85194 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85194 is #57AE6B. Grayscale: #727272. Windows color (decimal): -5746284 or 9720232. OLE color: 9720232.

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

Color convert

RGB16881148-
CMYK00.520.120.34
HSL313.79º34.94%48.82%-
HSV(B)313.79º51.79%65.88%-
XYZ24.4416.3529.88-
YUV114.65146.82166.05-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.32%
GREEN value IS 81 (32.03% from 255) = 20.40%
BLUE value IS 148 (58.20% from 255) = 37.28%
R=42.32%
G=20.40%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688114800.520.120.34313.7934.9448.82
HexA85194034C2213a2331
Octal25012122406414424724361
Binary1010100010100011001010001101001100100010100111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a85194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a85194; }

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

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

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

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

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

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

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

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