#A774A4

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

Shades of Violet Blue #A774A4

Tints of Violet Blue #A774A4

Color information

#A774A4 (or 0xA774A4) is unknown color: approx Violet Blue. HEX triplet: A7, 74 and A4. RGB value is (167,116,164). Sum of RGB (Red+Green+Blue) = 167+116+164=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 167 - color contains mainly: red. Hex color #A774A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A774A4 is #588B5B. Grayscale: #888888. Windows color (decimal): -5802844 or 10777767. OLE color: 10777767.

HSL color Cylindrical-coordinate representation of color #A774A4: hue angle of 303.53º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A774A4 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB167116164-
CMYK00.310.020.35
HSL303.53º22.47%55.49%-
HSV(B)303.53º30.54%65.49%-
XYZ28.8823.3938.11-
YUV136.72143.4149.6-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 37.36%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=37.36%
G=25.95%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16711616400.310.020.35303.5322.4755.49
HexA774A401F2231301637
Octal2471642440372434602667
Binary101001111110100101001000111111010001110011000010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774A4; }

 p { color: rgb(167,116,164); }

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

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

 a { background-color: rgb(167,116,164); }

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

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

 span { border-color: rgb(167,116,164); }

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