#A84899

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

Shades of Violet Blue #A84899

Tints of Violet Blue #A84899

Color information

#A84899 (or 0xA84899) is unknown color: approx Violet Blue. HEX triplet: A8, 48 and 99. RGB value is (168,72,153). Sum of RGB (Red+Green+Blue) = 168+72+153=393 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.75% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 153 (60.16% from 255 or 38.93% from 393); Max value from RGB is 168 - color contains mainly: red. Hex color #A84899 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84899 is #57B766. Grayscale: #6D6D6D. Windows color (decimal): -5748583 or 10045608. OLE color: 10045608.

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

Color convert

RGB16872153-
CMYK00.570.090.34
HSL309.38º40%47.06%-
HSV(B)309.38º57.14%65.88%-
XYZ24.2215.2631.81-
YUV109.94152.3169.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 42.75%
GREEN value IS 72 (28.52% from 255) = 18.32%
BLUE value IS 153 (60.16% from 255) = 38.93%
R=42.75%
G=18.32%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687215300.570.090.34309.384047.06
HexA84899039922135282f
Octal25011023107111424655057
Binary1010100010010001001100101110011001100010100110101101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84899; }

 p { color: rgb(168,72,153); }

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

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

 a { background-color: rgb(168,72,153); }

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

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

 span { border-color: rgb(168,72,153); }

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