Html Css Color HEX #A573DA Amethyst

📋 copy color: '#A573DA'

red 165 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #A573DA

Tints of Amethyst #A573DA

RGB

 RED value IS 165 (64.84% from 255) = 33.13%

 GREEN value IS 115 (45.31% from 255) = 23.09%

 BLUE value IS 218 (85.55% from 255) = 43.78%

R = 33.13%
G = 23.09%
B = 43.78%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A573DA (or 0xA573DA) is known color: Amethyst. HEX triplet: A5, 73 and DA. RGB value is (165,115,218). Sum of RGB (Red+Green+Blue) = 165+115+218=498 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.13% from 498); Green value is 115 (45.31% from 255 or 23.09% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #A573DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573DA is #5A8C25. Grayscale: #8D8D8D. Windows color (decimal): -5934118 or 14316453. OLE color: 14316453.

HSL color Cylindrical-coordinate representation of color #A573DA: hue angle of 269.13º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A573DA is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 165 115 218 -
CMYK 0.24 0.47 0 0.15
HSL 269.13º 0.58% 0.65% -
HSV(B) 269.13º 0.47% 0.85% -
XYZ 34.3 25.32 69.41 -
YUV 141.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 165 115 218 0.24 0.47 0 0.15 269.13 0.58 0.65
Hex A5 73 DA 18 2F 0 F 10D 3A 41
Octal 245 163 332 30 57 0 17 415 72 101
Binary 10100101 1110011 11011010 11000 101111 0 1111 100001101 111010 1000001

Color Harmonies of #A573DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573DA

Black with #A573DA

Text Example


Text Example

White with #A573DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573DA; }

 p { color: rgb(165,115,218); }

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

background-color css

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

 a { background-color: rgb(165,115,218); }

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

border-color css

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

 span { border-color: rgb(165,115,218); }

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