#A7599B

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

Shades of Violet Blue #A7599B

Tints of Violet Blue #A7599B

Color information

#A7599B (or 0xA7599B) is unknown color: approx Violet Blue. HEX triplet: A7, 59 and 9B. RGB value is (167,89,155). Sum of RGB (Red+Green+Blue) = 167+89+155=411 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.63% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 167 - color contains mainly: red. Hex color #A7599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7599B is #58A664. Grayscale: #777777. Windows color (decimal): -5809765 or 10181031. OLE color: 10181031.

HSL color Cylindrical-coordinate representation of color #A7599B: hue angle of 309.23º 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 #A7599B is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB16789155-
CMYK00.470.070.35
HSL309.23º30.71%50.2%-
HSV(B)309.23º46.71%65.49%-
XYZ25.4317.7333.09-
YUV119.85147.84161.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.63%
GREEN value IS 89 (35.16% from 255) = 21.65%
BLUE value IS 155 (60.94% from 255) = 37.71%
R=40.63%
G=21.65%
B=37.71%

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
Decimal1678915500.470.070.35309.2330.7150.2
HexA7599B02F7231351f32
Octal2471312330577434653762
Binary10100111101100110011011010111111110001110011010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7599B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7599B; }

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

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

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

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

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

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

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

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