Html Css Color HEX #A577D5 Amethyst

📋 copy color: '#A577D5'

red 165 ◦ green 119 ◦ blue 213

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

Shades of Amethyst #A577D5

Tints of Amethyst #A577D5

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.94%

 BLUE value IS 213 (83.59% from 255) = 42.86%

R = 33.2%
G = 23.94%
B = 42.86%

CMYK

 C value IS 0.23

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A577D5 (or 0xA577D5) is known color: Amethyst. HEX triplet: A5, 77 and D5. RGB value is (165,119,213). Sum of RGB (Red+Green+Blue) = 165+119+213=497 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.20% from 497); Green value is 119 (46.88% from 255 or 23.94% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #A577D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D5 is #5A882A. Grayscale: #8F8F8F. Windows color (decimal): -5933099 or 13989797. OLE color: 13989797.

HSL color Cylindrical-coordinate representation of color #A577D5: hue angle of 269.36º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A577D5 is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 119 213 -
CMYK 0.23 0.44 0 0.16
HSL 269.36º 0.53% 0.65% -
HSV(B) 269.36º 0.44% 0.84% -
XYZ 34.12 26 66.17 -
YUV 143.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 165 119 213 0.23 0.44 0 0.16 269.36 0.53 0.65
Hex A5 77 D5 17 2C 0 10 10D 35 41
Octal 245 167 325 27 54 0 20 415 65 101
Binary 10100101 1110111 11010101 10111 101100 0 10000 100001101 110101 1000001

Color Harmonies of #A577D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577D5

Black with #A577D5

Text Example


Text Example

White with #A577D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577D5; }

 p { color: rgb(165,119,213); }

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

background-color css

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

 a { background-color: rgb(165,119,213); }

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

border-color css

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

 span { border-color: rgb(165,119,213); }

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