Html Css Color HEX #A050D8 Amethyst

📋 copy color: '#A050D8'

red 160 ◦ green 80 ◦ blue 216

#A050D8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A050D8

Tints of Amethyst #A050D8

RGB

 RED value IS 160 (62.89% from 255) = 35.09%

 GREEN value IS 80 (31.64% from 255) = 17.54%

 BLUE value IS 216 (84.77% from 255) = 47.37%

R = 35.09%
G = 17.54%
B = 47.37%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A050D8 (or 0xA050D8) is known color: Amethyst. HEX triplet: A0, 50 and D8. RGB value is (160,80,216). Sum of RGB (Red+Green+Blue) = 160+80+216=456 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.09% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 216 (84.77% from 255 or 47.37% from 456); Max value from RGB is 216 - color contains mainly: blue. Hex color #A050D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A050D8 is #5FAF27. Grayscale: #767676. Windows color (decimal): -6270760 or 14176416. OLE color: 14176416.

HSL color Cylindrical-coordinate representation of color #A050D8: hue angle of 275.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A050D8 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 80 216 -
CMYK 0.26 0.63 0 0.15
HSL 275.29º 0.64% 0.58% -
HSV(B) 275.29º 0.63% 0.85% -
XYZ 29.76 18.17 66.9 -
YUV 119.42 182.5 156.94 -
System Red Green Blue C M Y K H S L
Decimal 160 80 216 0.26 0.63 0 0.15 275.29 0.64 0.58
Hex A0 50 D8 1A 3F 0 F 113 40 3A
Octal 240 120 330 32 77 0 17 423 100 72
Binary 10100000 1010000 11011000 11010 111111 0 1111 100010011 1000000 111010

Color Harmonies of #A050D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050D8

Black with #A050D8

Text Example


Text Example

White with #A050D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050D8; }

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

 H1.HeaderClassName
 {
   color: #A050D8;
 }
 .AnyTagClassName
 {
   color: #A050D8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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