#A7679B

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

Shades of Violet Blue #A7679B

Tints of Violet Blue #A7679B

Color information

#A7679B (or 0xA7679B) is unknown color: approx Violet Blue. HEX triplet: A7, 67 and 9B. RGB value is (167,103,155). Sum of RGB (Red+Green+Blue) = 167+103+155=425 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.29% from 425); Green value is 103 (40.62% from 255 or 24.24% from 425); Blue value is 155 (60.94% from 255 or 36.47% from 425); Max value from RGB is 167 - color contains mainly: red. Hex color #A7679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7679B is #589864. Grayscale: #7F7F7F. Windows color (decimal): -5806181 or 10184615. OLE color: 10184615.

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

Color convert

RGB167103155-
CMYK00.380.070.35
HSL311.25º26.67%52.94%-
HSV(B)311.25º38.32%65.49%-
XYZ26.720.2833.52-
YUV128.06143.2155.77-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.29%
GREEN value IS 103 (40.62% from 255) = 24.24%
BLUE value IS 155 (60.94% from 255) = 36.47%
R=39.29%
G=24.24%
B=36.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.07
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16710315500.380.070.35311.2526.6752.94
HexA7679B0267231371b35
Octal2471472330467434673365
Binary10100111110011110011011010011011110001110011011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7679B; }

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

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

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

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

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

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

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

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