#a75090

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

Shades of Violet Blue #A75090

Tints of Violet Blue #A75090

Color information

#A75090 (or 0xA75090) is unknown color: approx Violet Blue. HEX triplet: A7, 50 and 90. RGB value is (167,80,144). Sum of RGB (Red+Green+Blue) = 167+80+144=391 (51% of max value = 765). Red value is 167 (65.62% from 255 or 42.71% from 391); Green value is 80 (31.64% from 255 or 20.46% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 167 - color contains mainly: red. Hex color #A75090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75090 is #58AF6F. Grayscale: #717171. Windows color (decimal): -5812080 or 9457831. OLE color: 9457831.

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

Color convert

RGB16780144-
CMYK00.520.140.35
HSL315.86º35.22%48.43%-
HSV(B)315.86º52.1%65.49%-
XYZ23.8415.9728.21-
YUV113.31145.32166.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 42.71%
GREEN value IS 80 (31.64% from 255) = 20.46%
BLUE value IS 144 (56.64% from 255) = 36.83%
R=42.71%
G=20.46%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1678014400.520.140.35315.8635.2248.43
HexA75090034E2313c2330
Octal24712022006416434744360
Binary1010011110100001001000001101001110100011100111100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75090; }

 p { color: rgb(167,80,144); }

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

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

 a { background-color: rgb(167,80,144); }

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

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

 span { border-color: rgb(167,80,144); }

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