#A7629F

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

Shades of Violet Blue #A7629F

Tints of Violet Blue #A7629F

Color information

#A7629F (or 0xA7629F) is unknown color: approx Violet Blue. HEX triplet: A7, 62 and 9F. RGB value is (167,98,159). Sum of RGB (Red+Green+Blue) = 167+98+159=424 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.39% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 167 - color contains mainly: red. Hex color #A7629F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7629F is #589D60. Grayscale: #7D7D7D. Windows color (decimal): -5807457 or 10445479. OLE color: 10445479.

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

Color convert

RGB16798159-
CMYK00.410.050.35
HSL306.96º28.16%51.96%-
HSV(B)306.96º41.32%65.49%-
XYZ26.5619.4535.16-
YUV125.58146.86157.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.39%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=39.39%
G=23.11%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679815900.410.050.35306.9628.1651.96
HexA7629F0295231331c34
Octal2471422370515434633464
Binary10100111110001010011111010100110110001110011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7629F; }

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

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

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

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

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

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

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

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