Html Css Color HEX #A151E3 Amethyst

📋 copy color: '#A151E3'

red 161 ◦ green 81 ◦ blue 227

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

Shades of Amethyst #A151E3

Tints of Amethyst #A151E3

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.27%

 BLUE value IS 227 (89.06% from 255) = 48.4%

R = 34.33%
G = 17.27%
B = 48.4%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A151E3 (or 0xA151E3) is known color: Amethyst. HEX triplet: A1, 51 and E3. RGB value is (161,81,227). Sum of RGB (Red+Green+Blue) = 161+81+227=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 81 (32.03% from 255 or 17.27% from 469); Blue value is 227 (89.06% from 255 or 48.40% from 469); Max value from RGB is 227 - color contains mainly: blue. Hex color #A151E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151E3 is #5EAE1C. Grayscale: #797979. Windows color (decimal): -6204957 or 14897569. OLE color: 14897569.

HSL color Cylindrical-coordinate representation of color #A151E3: hue angle of 272.88º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A151E3 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 161 81 227 -
CMYK 0.29 0.64 0 0.11
HSL 272.88º 0.72% 0.6% -
HSV(B) 272.88º 0.64% 0.89% -
XYZ 31.51 19.01 74.68 -
YUV 121.56 187.5 156.13 -
System Red Green Blue C M Y K H S L
Decimal 161 81 227 0.29 0.64 0 0.11 272.88 0.72 0.6
Hex A1 51 E3 1D 40 0 B 111 48 3C
Octal 241 121 343 35 100 0 13 421 110 74
Binary 10100001 1010001 11100011 11101 1000000 0 1011 100010001 1001000 111100

Color Harmonies of #A151E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151E3

Black with #A151E3

Text Example


Text Example

White with #A151E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151E3; }

 p { color: rgb(161,81,227); }

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

background-color css

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

 a { background-color: rgb(161,81,227); }

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

border-color css

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

 span { border-color: rgb(161,81,227); }

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