#A775AB

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

Shades of Violet Blue #A775AB

Tints of Violet Blue #A775AB

Color information

#A775AB (or 0xA775AB) is unknown color: approx Violet Blue. HEX triplet: A7, 75 and AB. RGB value is (167,117,171). Sum of RGB (Red+Green+Blue) = 167+117+171=455 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.70% from 455); Green value is 117 (46.09% from 255 or 25.71% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #A775AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A775AB is #588A54. Grayscale: #898989. Windows color (decimal): -5802581 or 11236775. OLE color: 11236775.

HSL color Cylindrical-coordinate representation of color #A775AB: hue angle of 295.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A775AB is Cyan = 0.02, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB167117171-
CMYK0.020.3200.33
HSL295.56º24.32%56.47%-
HSV(B)295.56º31.58%67.06%-
XYZ29.6523.8841.57-
YUV138.11146.56148.61-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.70%
GREEN value IS 117 (46.09% from 255) = 25.71%
BLUE value IS 171 (67.19% from 255) = 37.58%
R=36.70%
G=25.71%
B=37.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1671171710.020.3200.33295.5624.3256.47
HexA775AB2200211281838
Octal2471652532400414503070
Binary1010011111101011010101110100000010000110010100011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A775AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A775AB; }

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

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

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

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

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

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

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

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