#A7599C

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

Shades of Violet Blue #A7599C

Tints of Violet Blue #A7599C

Color information

#A7599C (or 0xA7599C) is unknown color: approx Violet Blue. HEX triplet: A7, 59 and 9C. RGB value is (167,89,156). Sum of RGB (Red+Green+Blue) = 167+89+156=412 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.53% from 412); Green value is 89 (35.16% from 255 or 21.60% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 167 - color contains mainly: red. Hex color #A7599C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7599C is #58A663. Grayscale: #777777. Windows color (decimal): -5809764 or 10246567. OLE color: 10246567.

HSL color Cylindrical-coordinate representation of color #A7599C: hue angle of 308.46º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A7599C is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16789156-
CMYK00.470.070.35
HSL308.46º30.71%50.2%-
HSV(B)308.46º46.71%65.49%-
XYZ25.5117.7633.54-
YUV119.96148.34161.55-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.53%
GREEN value IS 89 (35.16% from 255) = 21.60%
BLUE value IS 156 (61.33% from 255) = 37.86%
R=40.53%
G=21.60%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678915600.470.070.35308.4630.7150.2
HexA7599C02F7231341f32
Octal2471312340577434643762
Binary10100111101100110011100010111111110001110011010011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7599C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7599C; }

 p { color: rgb(167,89,156); }

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

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

 a { background-color: rgb(167,89,156); }

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

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

 span { border-color: rgb(167,89,156); }

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