#A775AF

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

Shades of Violet Blue #A775AF

Tints of Violet Blue #A775AF

Color information

#A775AF (or 0xA775AF) is unknown color: approx Violet Blue. HEX triplet: A7, 75 and AF. RGB value is (167,117,175). Sum of RGB (Red+Green+Blue) = 167+117+175=459 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.38% from 459); Green value is 117 (46.09% from 255 or 25.49% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 175 - color contains mainly: blue. Hex color #A775AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AF is #588A50. Grayscale: #8A8A8A. Windows color (decimal): -5802577 or 11498919. OLE color: 11498919.

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

Color convert

RGB167117175-
CMYK0.050.3300.31
HSL291.72º26.61%57.25%-
HSV(B)291.72º33.14%68.63%-
XYZ30.0424.0343.61-
YUV138.56148.56148.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.38%
GREEN value IS 117 (46.09% from 255) = 25.49%
BLUE value IS 175 (68.75% from 255) = 38.13%
R=36.38%
G=25.49%
B=38.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1671171750.050.3300.31291.7226.6157.25
HexA775AF52101F1241b39
Octal2471652575410374443371
Binary1010011111101011010111110110000101111110010010011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775AF; }

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

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

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

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

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

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

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

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