#A84597

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

Shades of Violet Blue #A84597

Tints of Violet Blue #A84597

Color information

#A84597 (or 0xA84597) is unknown color: approx Violet Blue. HEX triplet: A8, 45 and 97. RGB value is (168,69,151). Sum of RGB (Red+Green+Blue) = 168+69+151=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 69 (27.34% from 255 or 17.78% from 388); Blue value is 151 (59.38% from 255 or 38.92% from 388); Max value from RGB is 168 - color contains mainly: red. Hex color #A84597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A84597 is #57BA68. Grayscale: #6B6B6B. Windows color (decimal): -5749353 or 9913768. OLE color: 9913768.

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

Color convert

RGB16869151-
CMYK00.590.100.34
HSL310.3º41.77%46.47%-
HSV(B)310.3º58.93%65.88%-
XYZ23.8614.8230.88-
YUV107.95152.3170.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.30%
GREEN value IS 69 (27.34% from 255) = 17.78%
BLUE value IS 151 (59.38% from 255) = 38.92%
R=43.30%
G=17.78%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.10
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1686915100.590.100.34310.341.7746.47
HexA8459703BA221362a2e
Octal25010522707312424665256
Binary1010100010001011001011101110111010100010100110110101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84597; }

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

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

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

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

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

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

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

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