#A477A4

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

Shades of Violet Blue #A477A4

Tints of Violet Blue #A477A4

Color information

#A477A4 (or 0xA477A4) is unknown color: approx Violet Blue. HEX triplet: A4, 77 and A4. RGB value is (164,119,164). Sum of RGB (Red+Green+Blue) = 164+119+164=447 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.69% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 164 (64.45% from 255 or 36.69% from 447); Max value from RGB is 164 - color contains mainly: red, blue. Hex color #A477A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A477A4 is #5B885B. Grayscale: #898989. Windows color (decimal): -5998684 or 10778532. OLE color: 10778532.

HSL color Cylindrical-coordinate representation of color #A477A4: hue angle of 300º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A477A4 is Cyan = 0, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB164119164-
CMYK00.2700.36
HSL300º19.82%55.49%-
HSV(B)300º27.44%64.31%-
XYZ28.6123.7738.2-
YUV137.58142.91146.84-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 36.69%
GREEN value IS 119 (46.88% from 255) = 26.62%
BLUE value IS 164 (64.45% from 255) = 36.69%
R=36.69%
G=26.62%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16411916400.2700.3630019.8255.49
HexA477A401B02412c1437
Octal2441672440330444542467
Binary10100100111011110100100011011010010010010110010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A477A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A477A4; }

 p { color: rgb(164,119,164); }

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

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

 a { background-color: rgb(164,119,164); }

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

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

 span { border-color: rgb(164,119,164); }

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