#A75EA1

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

Shades of Violet Blue #A75EA1

Tints of Violet Blue #A75EA1

Color information

#A75EA1 (or 0xA75EA1) is unknown color: approx Violet Blue. HEX triplet: A7, 5E and A1. RGB value is (167,94,161). Sum of RGB (Red+Green+Blue) = 167+94+161=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 94 (37.11% from 255 or 22.27% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 167 - color contains mainly: red. Hex color #A75EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75EA1 is #58A15E. Grayscale: #7B7B7B. Windows color (decimal): -5808479 or 10575527. OLE color: 10575527.

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

Color convert

RGB16794161-
CMYK00.440.040.35
HSL304.93º29.32%51.18%-
HSV(B)304.93º43.71%65.49%-
XYZ26.3718.7935.96-
YUV123.46149.18159.05-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.57%
GREEN value IS 94 (37.11% from 255) = 22.27%
BLUE value IS 161 (63.28% from 255) = 38.15%
R=39.57%
G=22.27%
B=38.15%

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
Decimal1679416100.440.040.35304.9329.3251.18
HexA75EA102C4231311d33
Octal2471362410544434613563
Binary10100111101111010100001010110010010001110011000111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75EA1; }

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

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

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

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

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

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

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

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