Html Css Color HEX #A151E5 Amethyst

📋 copy color: '#A151E5'

red 161 ◦ green 81 ◦ blue 229

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

Shades of Amethyst #A151E5

Tints of Amethyst #A151E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.62%

R = 34.18%
G = 17.2%
B = 48.62%

CMYK

 C value IS 0.30

 M value IS 0.65

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A151E5 (or 0xA151E5) is known color: Amethyst. HEX triplet: A1, 51 and E5. RGB value is (161,81,229). Sum of RGB (Red+Green+Blue) = 161+81+229=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 229 (89.84% from 255 or 48.62% from 471); Max value from RGB is 229 - color contains mainly: blue. Hex color #A151E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A151E5 is #5EAE1A. Grayscale: #797979. Windows color (decimal): -6204955 or 15028641. OLE color: 15028641.

HSL color Cylindrical-coordinate representation of color #A151E5: hue angle of 272.43º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A151E5 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 161 81 229 -
CMYK 0.30 0.65 0 0.10
HSL 272.43º 0.74% 0.61% -
HSV(B) 272.43º 0.65% 0.9% -
XYZ 31.78 19.12 76.14 -
YUV 121.79 188.5 155.97 -
System Red Green Blue C M Y K H S L
Decimal 161 81 229 0.30 0.65 0 0.10 272.43 0.74 0.61
Hex A1 51 E5 1E 41 0 A 110 4A 3D
Octal 241 121 345 36 101 0 12 420 112 75
Binary 10100001 1010001 11100101 11110 1000001 0 1010 100010000 1001010 111101

Color Harmonies of #A151E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151E5

Black with #A151E5

Text Example


Text Example

White with #A151E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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