Html Css Color HEX #A053EB Amethyst

📋 copy color: '#A053EB'

red 160 ◦ green 83 ◦ blue 235

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

Shades of Amethyst #A053EB

Tints of Amethyst #A053EB

RGB

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

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

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

R = 33.47%
G = 17.36%
B = 49.16%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A053EB (or 0xA053EB) is known color: Amethyst. HEX triplet: A0, 53 and EB. RGB value is (160,83,235). Sum of RGB (Red+Green+Blue) = 160+83+235=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #A053EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A053EB is #5FAC14. Grayscale: #7A7A7A. Windows color (decimal): -6269973 or 15422368. OLE color: 15422368.

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

Color convert

RGB 160 83 235 -
CMYK 0.32 0.65 0 0.08
HSL 270.39º 0.79% 0.62% -
HSV(B) 270.39º 0.65% 0.92% -
XYZ 32.59 19.66 80.67 -
YUV 123.35 191.01 154.14 -
System Red Green Blue C M Y K H S L
Decimal 160 83 235 0.32 0.65 0 0.08 270.39 0.79 0.62
Hex A0 53 EB 20 41 0 8 10E 4F 3E
Octal 240 123 353 40 101 0 10 416 117 76
Binary 10100000 1010011 11101011 100000 1000001 0 1000 100001110 1001111 111110

Color Harmonies of #A053EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053EB

Black with #A053EB

Text Example


Text Example

White with #A053EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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