Html Css Color HEX #A573CD Amethyst

📋 copy color: '#A573CD'

red 165 ◦ green 115 ◦ blue 205

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

Shades of Amethyst #A573CD

Tints of Amethyst #A573CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.27%

R = 34.02%
G = 23.71%
B = 42.27%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A573CD (or 0xA573CD) is known color: Amethyst. HEX triplet: A5, 73 and CD. RGB value is (165,115,205). Sum of RGB (Red+Green+Blue) = 165+115+205=485 (64% of max value = 765). Red value is 165 (64.84% from 255 or 34.02% from 485); Green value is 115 (45.31% from 255 or 23.71% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #A573CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A573CD is #5A8C32. Grayscale: #8B8B8B. Windows color (decimal): -5934131 or 13464485. OLE color: 13464485.

HSL color Cylindrical-coordinate representation of color #A573CD: hue angle of 273.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A573CD is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 165 115 205 -
CMYK 0.20 0.44 0 0.20
HSL 273.33º 0.47% 0.63% -
HSV(B) 273.33º 0.44% 0.8% -
XYZ 32.67 24.67 60.8 -
YUV 140.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 165 115 205 0.20 0.44 0 0.20 273.33 0.47 0.63
Hex A5 73 CD 14 2C 0 14 111 2F 3F
Octal 245 163 315 24 54 0 24 421 57 77
Binary 10100101 1110011 11001101 10100 101100 0 10100 100010001 101111 111111

Color Harmonies of #A573CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A573CD

Black with #A573CD

Text Example


Text Example

White with #A573CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A573CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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