#A77DD3

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

Shades of Amethyst #A77DD3

Tints of Amethyst #A77DD3

Color information

#A77DD3 (or 0xA77DD3) is unknown color: approx Amethyst. HEX triplet: A7, 7D and D3. RGB value is (167,125,211). Sum of RGB (Red+Green+Blue) = 167+125+211=503 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.20% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 211 (82.81% from 255 or 41.95% from 503); Max value from RGB is 211 - color contains mainly: blue. Hex color #A77DD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A77DD3 is #58822C. Grayscale: #939393. Windows color (decimal): -5800493 or 13860263. OLE color: 13860263.

HSL color Cylindrical-coordinate representation of color #A77DD3: hue angle of 269.3º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A77DD3 is Cyan = 0.21, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167125211-
CMYK0.210.4100.17
HSL269.3º49.43%65.88%-
HSV(B)269.3º40.76%82.75%-
XYZ35.0327.5965.11-
YUV147.36163.91142.01-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.20%
GREEN value IS 125 (49.22% from 255) = 24.85%
BLUE value IS 211 (82.81% from 255) = 41.95%
R=33.20%
G=24.85%
B=41.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671252110.210.4100.17269.349.4365.88
HexA77DD3152901110d3142
Octal247175323255102141561102
Binary10100111111110111010011101011010010100011000011011100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A77DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A77DD3; }

 p { color: rgb(167,125,211); }

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

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

 a { background-color: rgb(167,125,211); }

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

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

 span { border-color: rgb(167,125,211); }

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