#A7679F

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

Shades of Violet Blue #A7679F

Tints of Violet Blue #A7679F

Color information

#A7679F (or 0xA7679F) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and 9F. RGB value is (167,103,159). Sum of RGB (Red+Green+Blue) = 167+103+159=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 103 (40.62% from 255 or 24.01% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A7679F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7679F is #589860. Grayscale: #808080. Windows color (decimal): -5806177 or 10446759. OLE color: 10446759.

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

Color convert

RGB167103159-
CMYK00.380.050.35
HSL307.5º26.67%52.94%-
HSV(B)307.5º38.32%65.49%-
XYZ27.0420.4235.32-
YUV128.52145.2155.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.93%
GREEN value IS 103 (40.62% from 255) = 24.01%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=38.93%
G=24.01%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710315900.380.050.35307.526.6752.94
HexA7679F0265231341b35
Octal2471472370465434643365
Binary10100111110011110011111010011010110001110011010011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7679F; }

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

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

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

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

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

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

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

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