#A7709F

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

Shades of Violet Blue #A7709F

Tints of Violet Blue #A7709F

Color information

#A7709F (or 0xA7709F) is unknown color: approx Violet Blue. HEX triplet: A7, 70 and 9F. RGB value is (167,112,159). Sum of RGB (Red+Green+Blue) = 167+112+159=438 (58% of max value = 765). Red value is 167 (65.62% from 255 or 38.13% from 438); Green value is 112 (44.14% from 255 or 25.57% from 438); Blue value is 159 (62.5% from 255 or 36.30% from 438); Max value from RGB is 167 - color contains mainly: red. Hex color #A7709F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7709F is #588F60. Grayscale: #858585. Windows color (decimal): -5803873 or 10449063. OLE color: 10449063.

HSL color Cylindrical-coordinate representation of color #A7709F: hue angle of 308.73º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7709F is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB167112159-
CMYK00.330.050.35
HSL308.73º23.81%54.71%-
HSV(B)308.73º32.93%65.49%-
XYZ27.9922.3135.63-
YUV133.8142.22151.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.13%
GREEN value IS 112 (44.14% from 255) = 25.57%
BLUE value IS 159 (62.5% from 255) = 36.30%
R=38.13%
G=25.57%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711215900.330.050.35308.7323.8154.71
HexA7709F0215231351837
Octal2471602370415434653067
Binary10100111111000010011111010000110110001110011010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7709F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7709F; }

 p { color: rgb(167,112,159); }

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

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

 a { background-color: rgb(167,112,159); }

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

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

 span { border-color: rgb(167,112,159); }

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