Html Css Color HEX #A050EB Amethyst

📋 copy color: '#A050EB'

red 160 ◦ green 80 ◦ blue 235

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

Shades of Amethyst #A050EB

Tints of Amethyst #A050EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.47%

R = 33.68%
G = 16.84%
B = 49.47%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A050EB (or 0xA050EB) is known color: Amethyst. HEX triplet: A0, 50 and EB. RGB value is (160,80,235). Sum of RGB (Red+Green+Blue) = 160+80+235=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 80 (31.64% from 255 or 16.84% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #A050EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A050EB is #5FAF14. Grayscale: #797979. Windows color (decimal): -6270741 or 15421600. OLE color: 15421600.

HSL color Cylindrical-coordinate representation of color #A050EB: hue angle of 270.97º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A050EB is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 160 80 235 -
CMYK 0.32 0.66 0 0.08
HSL 270.97º 0.79% 0.62% -
HSV(B) 270.97º 0.66% 0.92% -
XYZ 32.36 19.21 80.6 -
YUV 121.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 160 80 235 0.32 0.66 0 0.08 270.97 0.79 0.62
Hex A0 50 EB 20 42 0 8 10F 4F 3E
Octal 240 120 353 40 102 0 10 417 117 76
Binary 10100000 1010000 11101011 100000 1000010 0 1000 100001111 1001111 111110

Color Harmonies of #A050EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A050EB

Black with #A050EB

Text Example


Text Example

White with #A050EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A050EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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