Html Css Color HEX #A051EC Amethyst

📋 copy color: '#A051EC'

red 160 ◦ green 81 ◦ blue 236

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

Shades of Amethyst #A051EC

Tints of Amethyst #A051EC

RGB

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

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

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

R = 33.54%
G = 16.98%
B = 49.48%

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

#A051EC (or 0xA051EC) is known color: Amethyst. HEX triplet: A0, 51 and EC. RGB value is (160,81,236). Sum of RGB (Red+Green+Blue) = 160+81+236=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #A051EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051EC is #5FAE13. Grayscale: #797979. Windows color (decimal): -6270484 or 15487392. OLE color: 15487392.

HSL color Cylindrical-coordinate representation of color #A051EC: hue angle of 270.58º 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 #A051EC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 160 81 236 -
CMYK 0.32 0.66 0 0.07
HSL 270.58º 0.8% 0.62% -
HSV(B) 270.58º 0.66% 0.93% -
XYZ 32.58 19.41 81.39 -
YUV 122.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 160 81 236 0.32 0.66 0 0.07 270.58 0.8 0.62
Hex A0 51 EC 20 42 0 7 10F 50 3E
Octal 240 121 354 40 102 0 7 417 120 76
Binary 10100000 1010001 11101100 100000 1000010 0 111 100001111 1010000 111110

Color Harmonies of #A051EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051EC

Black with #A051EC

Text Example


Text Example

White with #A051EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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