#A85990

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

Shades of Violet Blue #A85990

Tints of Violet Blue #A85990

Color information

#A85990 (or 0xA85990) is unknown color: approx Violet Blue. HEX triplet: A8, 59 and 90. RGB value is (168,89,144). Sum of RGB (Red+Green+Blue) = 168+89+144=401 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.90% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 168 - color contains mainly: red. Hex color #A85990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85990 is #57A66F. Grayscale: #767676. Windows color (decimal): -5744240 or 9460136. OLE color: 9460136.

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

Color convert

RGB16889144-
CMYK00.470.140.34
HSL318.23º31.23%50.39%-
HSV(B)318.23º47.02%65.88%-
XYZ24.7517.4828.46-
YUV118.89142.17163.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 41.90%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=41.90%
G=22.19%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688914400.470.140.34318.2331.2350.39
HexA8599002FE2213e1f32
Octal25013122005716424763762
Binary101010001011001100100000101111111010001010011111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85990; }

 p { color: rgb(168,89,144); }

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

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

 a { background-color: rgb(168,89,144); }

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

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

 span { border-color: rgb(168,89,144); }

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