#A85592

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

Shades of Violet Blue #A85592

Tints of Violet Blue #A85592

Color information

#A85592 (or 0xA85592) is unknown color: approx Violet Blue. HEX triplet: A8, 55 and 92. RGB value is (168,85,146). Sum of RGB (Red+Green+Blue) = 168+85+146=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 85 (33.59% from 255 or 21.30% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A85592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A85592 is #57AA6D. Grayscale: #747474. Windows color (decimal): -5745262 or 9590184. OLE color: 9590184.

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

Color convert

RGB16885146-
CMYK00.490.130.34
HSL315.9º32.81%49.61%-
HSV(B)315.9º49.4%65.88%-
XYZ24.5916.929.16-
YUV116.77144.5164.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.11%
GREEN value IS 85 (33.59% from 255) = 21.30%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=42.11%
G=21.30%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688514600.490.130.34315.932.8149.61
HexA85592031D2213c2132
Octal25012522206115424744162
Binary1010100010101011001001001100011101100010100111100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85592; }

 p { color: rgb(168,85,146); }

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

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

 a { background-color: rgb(168,85,146); }

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

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

 span { border-color: rgb(168,85,146); }

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