Html Css Color HEX #A577D1 Amethyst

📋 copy color: '#A577D1'

red 165 ◦ green 119 ◦ blue 209

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

Shades of Amethyst #A577D1

Tints of Amethyst #A577D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 33.47%
G = 24.14%
B = 42.39%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A577D1 (or 0xA577D1) is known color: Amethyst. HEX triplet: A5, 77 and D1. RGB value is (165,119,209). Sum of RGB (Red+Green+Blue) = 165+119+209=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #A577D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D1 is #5A882E. Grayscale: #8E8E8E. Windows color (decimal): -5933103 or 13727653. OLE color: 13727653.

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

Color convert

RGB 165 119 209 -
CMYK 0.21 0.43 0 0.18
HSL 270.67º 0.49% 0.64% -
HSV(B) 270.67º 0.43% 0.82% -
XYZ 33.62 25.8 63.53 -
YUV 143.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 165 119 209 0.21 0.43 0 0.18 270.67 0.49 0.64
Hex A5 77 D1 15 2B 0 12 10F 31 40
Octal 245 167 321 25 53 0 22 417 61 100
Binary 10100101 1110111 11010001 10101 101011 0 10010 100001111 110001 1000000

Color Harmonies of #A577D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577D1

Black with #A577D1

Text Example


Text Example

White with #A577D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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