Html Css Color HEX #A053E4 Amethyst

📋 copy color: '#A053E4'

red 160 ◦ green 83 ◦ blue 228

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

Shades of Amethyst #A053E4

Tints of Amethyst #A053E4

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.62%

 BLUE value IS 228 (89.45% from 255) = 48.41%

R = 33.97%
G = 17.62%
B = 48.41%

CMYK

 C value IS 0.30

 M value IS 0.64

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A053E4 (or 0xA053E4) is known color: Amethyst. HEX triplet: A0, 53 and E4. RGB value is (160,83,228). Sum of RGB (Red+Green+Blue) = 160+83+228=471 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.97% from 471); Green value is 83 (32.81% from 255 or 17.62% from 471); Blue value is 228 (89.45% from 255 or 48.41% from 471); Max value from RGB is 228 - color contains mainly: blue. Hex color #A053E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053E4 is #5FAC1B. Grayscale: #7A7A7A. Windows color (decimal): -6269980 or 14963616. OLE color: 14963616.

HSL color Cylindrical-coordinate representation of color #A053E4: hue angle of 271.86º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A053E4 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 160 83 228 -
CMYK 0.30 0.64 0 0.11
HSL 271.86º 0.73% 0.61% -
HSV(B) 271.86º 0.64% 0.89% -
XYZ 31.59 19.26 75.45 -
YUV 122.55 187.51 154.71 -
System Red Green Blue C M Y K H S L
Decimal 160 83 228 0.30 0.64 0 0.11 271.86 0.73 0.61
Hex A0 53 E4 1E 40 0 B 110 49 3D
Octal 240 123 344 36 100 0 13 420 111 75
Binary 10100000 1010011 11100100 11110 1000000 0 1011 100010000 1001001 111101

Color Harmonies of #A053E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053E4

Black with #A053E4

Text Example


Text Example

White with #A053E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053E4; }

 p { color: rgb(160,83,228); }

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

background-color css

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

 a { background-color: rgb(160,83,228); }

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

border-color css

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

 span { border-color: rgb(160,83,228); }

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