#A775AD

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

Shades of Violet Blue #A775AD

Tints of Violet Blue #A775AD

Color information

#A775AD (or 0xA775AD) is unknown color: approx Violet Blue. HEX triplet: A7, 75 and AD. RGB value is (167,117,173). Sum of RGB (Red+Green+Blue) = 167+117+173=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 117 (46.09% from 255 or 25.60% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #A775AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AD is #588A52. Grayscale: #8A8A8A. Windows color (decimal): -5802579 or 11367847. OLE color: 11367847.

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

Color convert

RGB167117173-
CMYK0.030.3200.32
HSL293.57º25.45%56.86%-
HSV(B)293.57º32.37%67.84%-
XYZ29.8423.9642.59-
YUV138.33147.56148.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 117 (46.09% from 255) = 25.60%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=36.54%
G=25.60%
B=37.86%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1671171730.030.3200.32293.5725.4556.86
HexA775AD3200201261939
Octal2471652553400404463171
Binary1010011111101011010110111100000010000010010011011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775AD; }

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

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

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

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

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

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

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

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