#A75D9A

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

Shades of Violet Blue #A75D9A

Tints of Violet Blue #A75D9A

Color information

#A75D9A (or 0xA75D9A) is unknown color: approx Violet Blue. HEX triplet: A7, 5D and 9A. RGB value is (167,93,154). Sum of RGB (Red+Green+Blue) = 167+93+154=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 167 - color contains mainly: red. Hex color #A75D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75D9A is #58A265. Grayscale: #797979. Windows color (decimal): -5808742 or 10116519. OLE color: 10116519.

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

Color convert

RGB16793154-
CMYK00.440.080.35
HSL310.54º29.6%50.98%-
HSV(B)310.54º44.31%65.49%-
XYZ25.6818.3832.77-
YUV122.08146.02160.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.34%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 154 (60.55% from 255) = 37.20%
R=40.34%
G=22.46%
B=37.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679315400.440.080.35310.5429.650.98
HexA75D9A02C8231371e33
Octal24713523205410434673663
Binary101001111011101100110100101100100010001110011011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75D9A; }

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

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

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

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

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

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

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

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