Html Css Color HEX #A051E5 Amethyst

📋 copy color: '#A051E5'

red 160 ◦ green 81 ◦ blue 229

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

Shades of Amethyst #A051E5

Tints of Amethyst #A051E5

RGB

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

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

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

R = 34.04%
G = 17.23%
B = 48.72%

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

#A051E5 (or 0xA051E5) is known color: Amethyst. HEX triplet: A0, 51 and E5. RGB value is (160,81,229). Sum of RGB (Red+Green+Blue) = 160+81+229=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 81 (32.03% from 255 or 17.23% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #A051E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A051E5 is #5FAE1A. Grayscale: #787878. Windows color (decimal): -6270491 or 15028640. OLE color: 15028640.

HSL color Cylindrical-coordinate representation of color #A051E5: hue angle of 272.03º 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 #A051E5 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 160 81 229 -
CMYK 0.30 0.65 0 0.10
HSL 272.03º 0.74% 0.61% -
HSV(B) 272.03º 0.65% 0.9% -
XYZ 31.58 19.02 76.13 -
YUV 121.49 188.67 155.47 -
System Red Green Blue C M Y K H S L
Decimal 160 81 229 0.30 0.65 0 0.10 272.03 0.74 0.61
Hex A0 51 E5 1E 41 0 A 110 4A 3D
Octal 240 121 345 36 101 0 12 420 112 75
Binary 10100000 1010001 11100101 11110 1000001 0 1010 100010000 1001010 111101

Color Harmonies of #A051E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A051E5

Black with #A051E5

Text Example


Text Example

White with #A051E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A051E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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