#A75E9A

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

Shades of Violet Blue #A75E9A

Tints of Violet Blue #A75E9A

Color information

#A75E9A (or 0xA75E9A) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and 9A. RGB value is (167,94,154). Sum of RGB (Red+Green+Blue) = 167+94+154=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 154 (60.55% from 255 or 37.11% from 415); Max value from RGB is 167 - color contains mainly: red. Hex color #A75E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75E9A is #58A165. Grayscale: #7A7A7A. Windows color (decimal): -5808486 or 10116775. OLE color: 10116775.

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

Color convert

RGB16794154-
CMYK00.440.080.35
HSL310.68º29.32%51.18%-
HSV(B)310.68º43.71%65.49%-
XYZ25.7718.5532.79-
YUV122.67145.68159.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 40.24%
GREEN value IS 94 (37.11% from 255) = 22.65%
BLUE value IS 154 (60.55% from 255) = 37.11%
R=40.24%
G=22.65%
B=37.11%

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
Decimal1679415400.440.080.35310.6829.3251.18
HexA75E9A02C8231371d33
Octal24713623205410434673563
Binary101001111011110100110100101100100010001110011011111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75E9A; }

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

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

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

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

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

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

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

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