Html Css Color HEX #A051EB Amethyst

📋 copy color: '#A051EB'

red 160 ◦ green 81 ◦ blue 235

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

Shades of Amethyst #A051EB

Tints of Amethyst #A051EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.37%

R = 33.61%
G = 17.02%
B = 49.37%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A051EB (or 0xA051EB) is known color: Amethyst. HEX triplet: A0, 51 and EB. RGB value is (160,81,235). Sum of RGB (Red+Green+Blue) = 160+81+235=476 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.61% from 476); Green value is 81 (32.03% from 255 or 17.02% from 476); Blue value is 235 (92.19% from 255 or 49.37% from 476); Max value from RGB is 235 - color contains mainly: blue. Hex color #A051EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A051EB is #5FAE14. Grayscale: #797979. Windows color (decimal): -6270485 or 15421856. OLE color: 15421856.

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

Color convert

RGB 160 81 235 -
CMYK 0.32 0.66 0 0.08
HSL 270.78º 0.79% 0.62% -
HSV(B) 270.78º 0.66% 0.92% -
XYZ 32.44 19.36 80.62 -
YUV 122.18 191.67 154.98 -
System Red Green Blue C M Y K H S L
Decimal 160 81 235 0.32 0.66 0 0.08 270.78 0.79 0.62
Hex A0 51 EB 20 42 0 8 10F 4F 3E
Octal 240 121 353 40 102 0 10 417 117 76
Binary 10100000 1010001 11101011 100000 1000010 0 1000 100001111 1001111 111110

Color Harmonies of #A051EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051EB

Black with #A051EB

Text Example


Text Example

White with #A051EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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