#a75f9e

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

Shades of Violet Blue #A75F9E

Tints of Violet Blue #A75F9E

Color information

#A75F9E (or 0xA75F9E) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and 9E. RGB value is (167,95,158). Sum of RGB (Red+Green+Blue) = 167+95+158=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 167 - color contains mainly: red. Hex color #A75F9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75F9E is #58A061. Grayscale: #7B7B7B. Windows color (decimal): -5808226 or 10379175. OLE color: 10379175.

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

Color convert

RGB16795158-
CMYK00.430.050.35
HSL307.5º29.03%51.37%-
HSV(B)307.5º43.11%65.49%-
XYZ26.218.8734.61-
YUV123.71147.35158.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.76%
GREEN value IS 95 (37.5% from 255) = 22.62%
BLUE value IS 158 (62.11% from 255) = 37.62%
R=39.76%
G=22.62%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679515800.430.050.35307.529.0351.37
HexA75F9E02B5231341d33
Octal2471372360535434643563
Binary10100111101111110011110010101110110001110011010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a75f9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a75f9e; }

 p { color: rgb(167,95,158); }

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

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

 a { background-color: rgb(167,95,158); }

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

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

 span { border-color: rgb(167,95,158); }

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