Html Css Color HEX #A150E1 Amethyst

📋 copy color: '#A150E1'

red 161 ◦ green 80 ◦ blue 225

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

Shades of Amethyst #A150E1

Tints of Amethyst #A150E1

RGB

 RED value IS 161 (63.28% from 255) = 34.55%

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 34.55%
G = 17.17%
B = 48.28%

CMYK

 C value IS 0.28

 M value IS 0.64

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A150E1 (or 0xA150E1) is known color: Amethyst. HEX triplet: A1, 50 and E1. RGB value is (161,80,225). Sum of RGB (Red+Green+Blue) = 161+80+225=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #A150E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A150E1 is #5EAF1E. Grayscale: #787878. Windows color (decimal): -6205215 or 14766241. OLE color: 14766241.

HSL color Cylindrical-coordinate representation of color #A150E1: hue angle of 273.52º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A150E1 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 80 225 -
CMYK 0.28 0.64 0 0.12
HSL 273.52º 0.71% 0.6% -
HSV(B) 273.52º 0.64% 0.88% -
XYZ 31.16 18.75 73.21 -
YUV 120.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 161 80 225 0.28 0.64 0 0.12 273.52 0.71 0.6
Hex A1 50 E1 1C 40 0 C 112 47 3C
Octal 241 120 341 34 100 0 14 422 107 74
Binary 10100001 1010000 11100001 11100 1000000 0 1100 100010010 1000111 111100

Color Harmonies of #A150E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A150E1

Black with #A150E1

Text Example


Text Example

White with #A150E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A150E1; }

 p { color: rgb(161,80,225); }

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

background-color css

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

 a { background-color: rgb(161,80,225); }

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

border-color css

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

 span { border-color: rgb(161,80,225); }

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