#A84199

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

Shades of Violet Blue #A84199

Tints of Violet Blue #A84199

Color information

#A84199 (or 0xA84199) is unknown color: approx Violet Blue. HEX triplet: A8, 41 and 99. RGB value is (168,65,153). Sum of RGB (Red+Green+Blue) = 168+65+153=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A84199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84199 is #57BE66. Grayscale: #696969. Windows color (decimal): -5750375 or 10043816. OLE color: 10043816.

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

Color convert

RGB16865153-
CMYK00.610.090.34
HSL308.74º44.21%45.69%-
HSV(B)308.74º61.31%65.88%-
XYZ23.7914.4131.66-
YUV105.83154.62172.34-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 65 (25.78% from 255) = 16.84%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=43.52%
G=16.84%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686515300.610.090.34308.7444.2145.69
HexA8419903D9221352c2e
Octal25010123107511424655456
Binary1010100010000011001100101111011001100010100110101101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84199; }

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

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

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

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

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

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

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

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