#A75D9F

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

Shades of Violet Blue #A75D9F

Tints of Violet Blue #A75D9F

Color information

#A75D9F (or 0xA75D9F) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and 9F. RGB value is (167,93,159). Sum of RGB (Red+Green+Blue) = 167+93+159=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 93 (36.72% from 255 or 22.20% from 419); Blue value is 159 (62.5% from 255 or 37.95% from 419); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D9F is #58A260. Grayscale: #7A7A7A. Windows color (decimal): -5808737 or 10444199. OLE color: 10444199.

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

Color convert

RGB16793159-
CMYK00.440.050.35
HSL306.49º29.6%50.98%-
HSV(B)306.49º44.31%65.49%-
XYZ26.1118.5535-
YUV122.65148.52159.63-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 93 (36.72% from 255) = 22.20%
BLUE value IS 159 (62.5% from 255) = 37.95%
R=39.86%
G=22.20%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679315900.440.050.35306.4929.650.98
HexA75D9F02C5231321e33
Octal2471352370545434623663
Binary10100111101110110011111010110010110001110011001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D9F; }

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

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

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

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

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

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

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

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