#A75EA0

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

Shades of Violet Blue #A75EA0

Tints of Violet Blue #A75EA0

Color information

#A75EA0 (or 0xA75EA0) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and A0. RGB value is (167,94,160). Sum of RGB (Red+Green+Blue) = 167+94+160=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 167 - color contains mainly: red. Hex color #A75EA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EA0 is #58A15F. Grayscale: #7B7B7B. Windows color (decimal): -5808480 or 10509991. OLE color: 10509991.

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

Color convert

RGB16794160-
CMYK00.440.040.35
HSL305.75º29.32%51.18%-
HSV(B)305.75º43.71%65.49%-
XYZ26.2818.7635.49-
YUV123.35148.68159.13-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.67%
GREEN value IS 94 (37.11% from 255) = 22.33%
BLUE value IS 160 (62.89% from 255) = 38.00%
R=39.67%
G=22.33%
B=38.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1679416000.440.040.35305.7529.3251.18
HexA75EA002C4231321d33
Octal2471362400544434623563
Binary10100111101111010100000010110010010001110011001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EA0; }

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

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

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

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

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

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

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

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