#A76092

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

Shades of Violet Blue #A76092

Tints of Violet Blue #A76092

Color information

#A76092 (or 0xA76092) is unknown color: approx Violet Blue. HEX triplet: A7, 60 and 92. RGB value is (167,96,146). Sum of RGB (Red+Green+Blue) = 167+96+146=409 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.83% from 409); Green value is 96 (37.89% from 255 or 23.47% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 167 - color contains mainly: red. Hex color #A76092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A76092 is #589F6D. Grayscale: #7A7A7A. Windows color (decimal): -5807982 or 9592999. OLE color: 9592999.

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

Color convert

RGB16796146-
CMYK00.430.130.35
HSL317.75º28.74%51.57%-
HSV(B)317.75º42.51%65.49%-
XYZ25.3118.6629.46-
YUV122.93141.02159.43-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.83%
GREEN value IS 96 (37.89% from 255) = 23.47%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=40.83%
G=23.47%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679614600.430.130.35317.7528.7451.57
HexA7609202BD2313e1d34
Octal24714022205315434763564
Binary101001111100000100100100101011110110001110011111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76092; }

 p { color: rgb(167,96,146); }

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

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

 a { background-color: rgb(167,96,146); }

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

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

 span { border-color: rgb(167,96,146); }

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