Html Css Color HEX #A573D2 Amethyst

📋 copy color: '#A573D2'

red 165 ◦ green 115 ◦ blue 210

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

Shades of Amethyst #A573D2

Tints of Amethyst #A573D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 33.67%
G = 23.47%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A573D2 (or 0xA573D2) is known color: Amethyst. HEX triplet: A5, 73 and D2. RGB value is (165,115,210). Sum of RGB (Red+Green+Blue) = 165+115+210=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #A573D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573D2 is #5A8C2D. Grayscale: #8C8C8C. Windows color (decimal): -5934126 or 13792165. OLE color: 13792165.

HSL color Cylindrical-coordinate representation of color #A573D2: hue angle of 271.58º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A573D2 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 115 210 -
CMYK 0.21 0.45 0 0.18
HSL 271.58º 0.51% 0.64% -
HSV(B) 271.58º 0.45% 0.82% -
XYZ 33.28 24.91 64.03 -
YUV 140.78 167.07 145.28 -
System Red Green Blue C M Y K H S L
Decimal 165 115 210 0.21 0.45 0 0.18 271.58 0.51 0.64
Hex A5 73 D2 15 2D 0 12 110 33 40
Octal 245 163 322 25 55 0 22 420 63 100
Binary 10100101 1110011 11010010 10101 101101 0 10010 100010000 110011 1000000

Color Harmonies of #A573D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573D2

Black with #A573D2

Text Example


Text Example

White with #A573D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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