#A76395

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

Shades of Violet Blue #A76395

Tints of Violet Blue #A76395

Color information

#A76395 (or 0xA76395) is unknown color: approx Violet Blue. HEX triplet: A7, 63 and 95. RGB value is (167,99,149). Sum of RGB (Red+Green+Blue) = 167+99+149=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 99 (39.06% from 255 or 23.86% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A76395 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76395 is #589C6A. Grayscale: #7C7C7C. Windows color (decimal): -5807211 or 9790375. OLE color: 9790375.

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

Color convert

RGB16799149-
CMYK00.410.110.35
HSL315.88º27.87%52.16%-
HSV(B)315.88º40.72%65.49%-
XYZ25.8219.3130.8-
YUV125.03141.53157.93-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 99 (39.06% from 255) = 23.86%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=40.24%
G=23.86%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679914900.410.110.35315.8827.8752.16
HexA76395029B2313c1c34
Octal24714322505113434743464
Binary101001111100011100101010101001101110001110011110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76395; }

 p { color: rgb(167,99,149); }

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

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

 a { background-color: rgb(167,99,149); }

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

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

 span { border-color: rgb(167,99,149); }

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