Html Css Color HEX #A051EE Amethyst

📋 copy color: '#A051EE'

red 160 ◦ green 81 ◦ blue 238

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

Shades of Amethyst #A051EE

Tints of Amethyst #A051EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 33.4%
G = 16.91%
B = 49.69%

CMYK

 C value IS 0.33

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A051EE (or 0xA051EE) is known color: Amethyst. HEX triplet: A0, 51 and EE. RGB value is (160,81,238). Sum of RGB (Red+Green+Blue) = 160+81+238=479 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.40% from 479); Green value is 81 (32.03% from 255 or 16.91% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #A051EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051EE is #5FAE11. Grayscale: #797979. Windows color (decimal): -6270482 or 15618464. OLE color: 15618464.

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

Color convert

RGB 160 81 238 -
CMYK 0.33 0.66 0 0.07
HSL 270.19º 0.82% 0.63% -
HSV(B) 270.19º 0.66% 0.93% -
XYZ 32.87 19.53 82.93 -
YUV 122.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 160 81 238 0.33 0.66 0 0.07 270.19 0.82 0.63
Hex A0 51 EE 21 42 0 7 10E 52 3F
Octal 240 121 356 41 102 0 7 416 122 77
Binary 10100000 1010001 11101110 100001 1000010 0 111 100001110 1010010 111111

Color Harmonies of #A051EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051EE

Black with #A051EE

Text Example


Text Example

White with #A051EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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