#A050D3

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

Shades of Amethyst #A050D3

Tints of Amethyst #A050D3

Color information

#A050D3 (or 0xA050D3) is unknown color: approx Amethyst. HEX triplet: A0, 50 and D3. RGB value is (160,80,211). Sum of RGB (Red+Green+Blue) = 160+80+211=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #A050D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050D3 is #5FAF2C. Grayscale: #767676. Windows color (decimal): -6270765 or 13848736. OLE color: 13848736.

HSL color Cylindrical-coordinate representation of color #A050D3: hue angle of 276.64º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A050D3 is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16080211-
CMYK0.240.6200.17
HSL276.64º59.82%57.06%-
HSV(B)276.64º62.09%82.75%-
XYZ29.1217.9163.55-
YUV118.85180157.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 80 (31.64% from 255) = 17.74%
BLUE value IS 211 (82.81% from 255) = 46.78%
R=35.48%
G=17.74%
B=46.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal160802110.240.6200.17276.6459.8257.06
HexA050D3183E0111153c39
Octal24012032330760214257471
Binary1010000010100001101001111000111110010001100010101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A050D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A050D3; }

 p { color: rgb(160,80,211); }

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

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

 a { background-color: rgb(160,80,211); }

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

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

 span { border-color: rgb(160,80,211); }

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