Html Css Color HEX #A053DB Amethyst

📋 copy color: '#A053DB'

red 160 ◦ green 83 ◦ blue 219

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

Shades of Amethyst #A053DB

Tints of Amethyst #A053DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.4%

R = 34.63%
G = 17.97%
B = 47.4%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A053DB (or 0xA053DB) is known color: Amethyst. HEX triplet: A0, 53 and DB. RGB value is (160,83,219). Sum of RGB (Red+Green+Blue) = 160+83+219=462 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.63% from 462); Green value is 83 (32.81% from 255 or 17.97% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #A053DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053DB is #5FAC24. Grayscale: #797979. Windows color (decimal): -6269989 or 14373792. OLE color: 14373792.

HSL color Cylindrical-coordinate representation of color #A053DB: hue angle of 273.97º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A053DB is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 83 219 -
CMYK 0.27 0.62 0 0.14
HSL 273.97º 0.65% 0.59% -
HSV(B) 273.97º 0.62% 0.86% -
XYZ 30.38 18.77 69.04 -
YUV 121.53 183.01 155.44 -
System Red Green Blue C M Y K H S L
Decimal 160 83 219 0.27 0.62 0 0.14 273.97 0.65 0.59
Hex A0 53 DB 1B 3E 0 E 112 41 3B
Octal 240 123 333 33 76 0 16 422 101 73
Binary 10100000 1010011 11011011 11011 111110 0 1110 100010010 1000001 111011

Color Harmonies of #A053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053DB

Black with #A053DB

Text Example


Text Example

White with #A053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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