#A84397

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

Shades of Violet Blue #A84397

Tints of Violet Blue #A84397

Color information

#A84397 (or 0xA84397) is unknown color: approx Violet Blue. HEX triplet: A8, 43 and 97. RGB value is (168,67,151). Sum of RGB (Red+Green+Blue) = 168+67+151=386 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.52% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 151 (59.38% from 255 or 39.12% from 386); Max value from RGB is 168 - color contains mainly: red. Hex color #A84397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84397 is #57BC68. Grayscale: #6A6A6A. Windows color (decimal): -5749865 or 9913256. OLE color: 9913256.

HSL color Cylindrical-coordinate representation of color #A84397: hue angle of 310.1º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A84397 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.34.

Color convert

RGB16867151-
CMYK00.600.100.34
HSL310.1º42.98%46.08%-
HSV(B)310.1º60.12%65.88%-
XYZ23.7414.5730.84-
YUV106.78152.96171.67-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.52%
GREEN value IS 67 (26.56% from 255) = 17.36%
BLUE value IS 151 (59.38% from 255) = 39.12%
R=43.52%
G=17.36%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686715100.600.100.34310.142.9846.08
HexA8439703CA221362b2e
Octal25010322707412424665356
Binary1010100010000111001011101111001010100010100110110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84397; }

 p { color: rgb(168,67,151); }

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

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

 a { background-color: rgb(168,67,151); }

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

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

 span { border-color: rgb(168,67,151); }

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