#A775AC

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

Shades of Violet Blue #A775AC

Tints of Violet Blue #A775AC

Color information

#A775AC (or 0xA775AC) is unknown color: approx Violet Blue. HEX triplet: A7, 75 and AC. RGB value is (167,117,172). Sum of RGB (Red+Green+Blue) = 167+117+172=456 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.62% from 456); Green value is 117 (46.09% from 255 or 25.66% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 172 - color contains mainly: blue. Hex color #A775AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AC is #588A53. Grayscale: #8A8A8A. Windows color (decimal): -5802580 or 11302311. OLE color: 11302311.

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

Color convert

RGB167117172-
CMYK0.030.3200.33
HSL294.55º24.89%56.67%-
HSV(B)294.55º31.98%67.45%-
XYZ29.7423.9242.08-
YUV138.22147.06148.53-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.62%
GREEN value IS 117 (46.09% from 255) = 25.66%
BLUE value IS 172 (67.58% from 255) = 37.72%
R=36.62%
G=25.66%
B=37.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671171720.030.3200.33294.5524.8956.67
HexA775AC3200211271939
Octal2471652543400414473171
Binary1010011111101011010110011100000010000110010011111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775AC; }

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

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

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

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

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

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

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

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