Html Css Color HEX #A053DD Amethyst

📋 copy color: '#A053DD'

red 160 ◦ green 83 ◦ blue 221

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

Shades of Amethyst #A053DD

Tints of Amethyst #A053DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.63%

R = 34.48%
G = 17.89%
B = 47.63%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A053DD (or 0xA053DD) is known color: Amethyst. HEX triplet: A0, 53 and DD. RGB value is (160,83,221). Sum of RGB (Red+Green+Blue) = 160+83+221=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 83 (32.81% from 255 or 17.89% from 464); Blue value is 221 (86.72% from 255 or 47.63% from 464); Max value from RGB is 221 - color contains mainly: blue. Hex color #A053DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053DD is #5FAC22. Grayscale: #797979. Windows color (decimal): -6269987 or 14504864. OLE color: 14504864.

HSL color Cylindrical-coordinate representation of color #A053DD: hue angle of 273.48º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A053DD is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 83 221 -
CMYK 0.28 0.62 0 0.13
HSL 273.48º 0.67% 0.6% -
HSV(B) 273.48º 0.62% 0.87% -
XYZ 30.64 18.88 70.44 -
YUV 121.76 184.01 155.28 -
System Red Green Blue C M Y K H S L
Decimal 160 83 221 0.28 0.62 0 0.13 273.48 0.67 0.6
Hex A0 53 DD 1C 3E 0 D 111 43 3C
Octal 240 123 335 34 76 0 15 421 103 74
Binary 10100000 1010011 11011101 11100 111110 0 1101 100010001 1000011 111100

Color Harmonies of #A053DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053DD

Black with #A053DD

Text Example


Text Example

White with #A053DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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