#A775AE

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

Shades of Violet Blue #A775AE

Tints of Violet Blue #A775AE

Color information

#A775AE (or 0xA775AE) is unknown color: approx Violet Blue. HEX triplet: A7, 75 and AE. RGB value is (167,117,174). Sum of RGB (Red+Green+Blue) = 167+117+174=458 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.46% from 458); Green value is 117 (46.09% from 255 or 25.55% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #A775AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AE is #588A51. Grayscale: #8A8A8A. Windows color (decimal): -5802578 or 11433383. OLE color: 11433383.

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

Color convert

RGB167117174-
CMYK0.040.3300.32
HSL292.63º26.03%57.06%-
HSV(B)292.63º32.76%68.24%-
XYZ29.9423.9943.1-
YUV138.45148.06148.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.46%
GREEN value IS 117 (46.09% from 255) = 25.55%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=36.46%
G=25.55%
B=37.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671171740.040.3300.32292.6326.0357.06
HexA775AE4210201251a39
Octal2471652564410404453271
Binary10100111111010110101110100100001010000010010010111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775AE; }

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

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

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

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

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

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

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

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