Html Css Color HEX #A055E1 Amethyst

📋 copy color: '#A055E1'

red 160 ◦ green 85 ◦ blue 225

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

Shades of Amethyst #A055E1

Tints of Amethyst #A055E1

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 225 (88.28% from 255) = 47.87%

R = 34.04%
G = 18.09%
B = 47.87%

CMYK

 C value IS 0.29

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A055E1 (or 0xA055E1) is known color: Amethyst. HEX triplet: A0, 55 and E1. RGB value is (160,85,225). Sum of RGB (Red+Green+Blue) = 160+85+225=470 (62% of max value = 765). Red value is 160 (62.89% from 255 or 34.04% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #A055E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055E1 is #5FAA1E. Grayscale: #7A7A7A. Windows color (decimal): -6269471 or 14767520. OLE color: 14767520.

HSL color Cylindrical-coordinate representation of color #A055E1: hue angle of 272.14º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A055E1 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 160 85 225 -
CMYK 0.29 0.62 0 0.12
HSL 272.14º 0.7% 0.61% -
HSV(B) 272.14º 0.62% 0.88% -
XYZ 31.34 19.41 73.33 -
YUV 123.39 185.35 154.12 -
System Red Green Blue C M Y K H S L
Decimal 160 85 225 0.29 0.62 0 0.12 272.14 0.7 0.61
Hex A0 55 E1 1D 3E 0 C 110 46 3D
Octal 240 125 341 35 76 0 14 420 106 75
Binary 10100000 1010101 11100001 11101 111110 0 1100 100010000 1000110 111101

Color Harmonies of #A055E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A055E1

Black with #A055E1

Text Example


Text Example

White with #A055E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A055E1; }

 p { color: rgb(160,85,225); }

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

background-color css

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

 a { background-color: rgb(160,85,225); }

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

border-color css

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

 span { border-color: rgb(160,85,225); }

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