#A7619F

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

Shades of Violet Blue #A7619F

Tints of Violet Blue #A7619F

Color information

#A7619F (or 0xA7619F) is unknown color: approx Violet Blue. HEX triplet: A7, 61 and 9F. RGB value is (167,97,159). Sum of RGB (Red+Green+Blue) = 167+97+159=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7619F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A7619F is #589E60. Grayscale: #7C7C7C. Windows color (decimal): -5807713 or 10445223. OLE color: 10445223.

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

Color convert

RGB16797159-
CMYK00.420.050.35
HSL306.86º28.46%51.76%-
HSV(B)306.86º41.92%65.49%-
XYZ26.4719.2735.12-
YUV125147.19157.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.48%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=39.48%
G=22.93%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679715900.420.050.35306.8628.4651.76
HexA7619F02A5231331c34
Octal2471412370525434633464
Binary10100111110000110011111010101010110001110011001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7619F; }

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

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

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

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

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

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

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

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