#A84993

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

Shades of Violet Blue #A84993

Tints of Violet Blue #A84993

Color information

#A84993 (or 0xA84993) is unknown color: approx Violet Blue. HEX triplet: A8, 49 and 93. RGB value is (168,73,147). Sum of RGB (Red+Green+Blue) = 168+73+147=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 73 (28.91% from 255 or 18.81% from 388); Blue value is 147 (57.81% from 255 or 37.89% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A84993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84993 is #57B66C. Grayscale: #6D6D6D. Windows color (decimal): -5748333 or 9652648. OLE color: 9652648.

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

Color convert

RGB16873147-
CMYK00.570.130.34
HSL313.26º39.42%47.25%-
HSV(B)313.26º56.55%65.88%-
XYZ23.815.229.28-
YUV109.84148.97169.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 73 (28.91% from 255) = 18.81%
BLUE value IS 147 (57.81% from 255) = 37.89%
R=43.30%
G=18.81%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687314700.570.130.34313.2639.4247.25
HexA84993039D22139272f
Octal25011122307115424714757
Binary1010100010010011001001101110011101100010100111001100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84993; }

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

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

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

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

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

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

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

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