Html Css Color HEX #A151EC Amethyst

📋 copy color: '#A151EC'

red 161 ◦ green 81 ◦ blue 236

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

Shades of Amethyst #A151EC

Tints of Amethyst #A151EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.37%

R = 33.68%
G = 16.95%
B = 49.37%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A151EC (or 0xA151EC) is known color: Amethyst. HEX triplet: A1, 51 and EC. RGB value is (161,81,236). Sum of RGB (Red+Green+Blue) = 161+81+236=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 81 (32.03% from 255 or 16.95% from 478); Blue value is 236 (92.58% from 255 or 49.37% from 478); Max value from RGB is 236 - color contains mainly: blue. Hex color #A151EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A151EC is #5EAE13. Grayscale: #7A7A7A. Windows color (decimal): -6204948 or 15487393. OLE color: 15487393.

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

Color convert

RGB 161 81 236 -
CMYK 0.32 0.66 0 0.07
HSL 270.97º 0.8% 0.62% -
HSV(B) 270.97º 0.66% 0.93% -
XYZ 32.78 19.52 81.4 -
YUV 122.59 192 155.4 -
System Red Green Blue C M Y K H S L
Decimal 161 81 236 0.32 0.66 0 0.07 270.97 0.8 0.62
Hex A1 51 EC 20 42 0 7 10F 50 3E
Octal 241 121 354 40 102 0 7 417 120 76
Binary 10100001 1010001 11101100 100000 1000010 0 111 100001111 1010000 111110

Color Harmonies of #A151EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A151EC

Black with #A151EC

Text Example


Text Example

White with #A151EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A151EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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