#A75D9E

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

Shades of Violet Blue #A75D9E

Tints of Violet Blue #A75D9E

Color information

#A75D9E (or 0xA75D9E) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and 9E. RGB value is (167,93,158). Sum of RGB (Red+Green+Blue) = 167+93+158=418 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.95% from 418); Green value is 93 (36.72% from 255 or 22.25% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D9E is #58A261. Grayscale: #7A7A7A. Windows color (decimal): -5808738 or 10378663. OLE color: 10378663.

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

Color convert

RGB16793158-
CMYK00.440.050.35
HSL307.3º29.6%50.98%-
HSV(B)307.3º44.31%65.49%-
XYZ26.0218.5134.55-
YUV122.54148.02159.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.95%
GREEN value IS 93 (36.72% from 255) = 22.25%
BLUE value IS 158 (62.11% from 255) = 37.80%
R=39.95%
G=22.25%
B=37.80%

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
Decimal1679315800.440.050.35307.329.650.98
HexA75D9E02C5231331e33
Octal2471352360545434633663
Binary10100111101110110011110010110010110001110011001111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D9E; }

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

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

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

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

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

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

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

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