#A75AAF

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

Shades of Violet Blue #A75AAF

Tints of Violet Blue #A75AAF

Color information

#A75AAF (or 0xA75AAF) is unknown color: approx Violet Blue. HEX triplet: A7, 5A and AF. RGB value is (167,90,175). Sum of RGB (Red+Green+Blue) = 167+90+175=432 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.66% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 175 - color contains mainly: blue. Hex color #A75AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75AAF is #58A550. Grayscale: #7A7A7A. Windows color (decimal): -5809489 or 11492007. OLE color: 11492007.

HSL color Cylindrical-coordinate representation of color #A75AAF: hue angle of 294.35º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A75AAF is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16790175-
CMYK0.050.4900.31
HSL294.35º34.69%51.96%-
HSV(B)294.35º48.57%68.63%-
XYZ27.3318.6242.71-
YUV122.71157.51159.59-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.66%
GREEN value IS 90 (35.55% from 255) = 20.83%
BLUE value IS 175 (68.75% from 255) = 40.51%
R=38.66%
G=20.83%
B=40.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal167901750.050.4900.31294.3534.6951.96
HexA75AAF53101F1262334
Octal2471322575610374464364
Binary10100111101101010101111101110001011111100100110100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75AAF; }

 p { color: rgb(167,90,175); }

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

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

 a { background-color: rgb(167,90,175); }

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

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

 span { border-color: rgb(167,90,175); }

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