#A75FAC

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

Shades of Violet Blue #A75FAC

Tints of Violet Blue #A75FAC

Color information

#A75FAC (or 0xA75FAC) is unknown color: approx Violet Blue. HEX triplet: A7, 5F and AC. RGB value is (167,95,172). Sum of RGB (Red+Green+Blue) = 167+95+172=434 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.48% from 434); Green value is 95 (37.5% from 255 or 21.89% from 434); Blue value is 172 (67.58% from 255 or 39.63% from 434); Max value from RGB is 172 - color contains mainly: blue. Hex color #A75FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A75FAC is #58A053. Grayscale: #7D7D7D. Windows color (decimal): -5808212 or 11296679. OLE color: 11296679.

HSL color Cylindrical-coordinate representation of color #A75FAC: hue angle of 296.1º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A75FAC is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB16795172-
CMYK0.030.4500.33
HSL296.1º31.69%52.35%-
HSV(B)296.1º44.77%67.45%-
XYZ27.4719.3841.32-
YUV125.31154.35157.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 38.48%
GREEN value IS 95 (37.5% from 255) = 21.89%
BLUE value IS 172 (67.58% from 255) = 39.63%
R=38.48%
G=21.89%
B=39.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal167951720.030.4500.33296.131.6952.35
HexA75FAC32D0211282034
Octal2471372543550414504064
Binary10100111101111110101100111011010100001100101000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A75FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A75FAC; }

 p { color: rgb(167,95,172); }

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

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

 a { background-color: rgb(167,95,172); }

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

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

 span { border-color: rgb(167,95,172); }

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