#A85193

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

Shades of Violet Blue #A85193

Tints of Violet Blue #A85193

Color information

#A85193 (or 0xA85193) is unknown color: approx Violet Blue. HEX triplet: A8, 51 and 93. RGB value is (168,81,147). Sum of RGB (Red+Green+Blue) = 168+81+147=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 168 - color contains mainly: red. Hex color #A85193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85193 is #57AE6C. Grayscale: #727272. Windows color (decimal): -5746285 or 9654696. OLE color: 9654696.

HSL color Cylindrical-coordinate representation of color #A85193: hue angle of 314.48º 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 #A85193 is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.34.

Color convert

RGB16881147-
CMYK00.520.130.34
HSL314.48º34.94%48.82%-
HSV(B)314.48º51.79%65.88%-
XYZ24.3616.3229.47-
YUV114.54146.32166.13-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.42%
GREEN value IS 81 (32.03% from 255) = 20.45%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=42.42%
G=20.45%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688114700.520.130.34314.4834.9448.82
HexA85193034D2213a2331
Octal25012122306415424724361
Binary1010100010100011001001101101001101100010100111010100011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85193; }

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

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

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

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

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

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

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

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