#A774AF

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

Shades of Violet Blue #A774AF

Tints of Violet Blue #A774AF

Color information

#A774AF (or 0xA774AF) is unknown color: approx Violet Blue. HEX triplet: A7, 74 and AF. RGB value is (167,116,175). Sum of RGB (Red+Green+Blue) = 167+116+175=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 116 (45.70% from 255 or 25.33% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #A774AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A774AF is #588B50. Grayscale: #898989. Windows color (decimal): -5802833 or 11498663. OLE color: 11498663.

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

Color convert

RGB167116175-
CMYK0.050.3400.31
HSL291.86º26.94%57.06%-
HSV(B)291.86º33.71%68.63%-
XYZ29.9223.843.57-
YUV137.98148.9148.7-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 116 (45.70% from 255) = 25.33%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=36.46%
G=25.33%
B=38.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671161750.050.3400.31291.8626.9457.06
HexA774AF52201F1241b39
Octal2471642575420374443371
Binary1010011111101001010111110110001001111110010010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A774AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A774AF; }

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

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

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

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

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

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

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

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