Html Css Color HEX #A577D0 Amethyst

📋 copy color: '#A577D0'

red 165 ◦ green 119 ◦ blue 208

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

Shades of Amethyst #A577D0

Tints of Amethyst #A577D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.28%

R = 33.54%
G = 24.19%
B = 42.28%

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

#A577D0 (or 0xA577D0) is known color: Amethyst. HEX triplet: A5, 77 and D0. RGB value is (165,119,208). Sum of RGB (Red+Green+Blue) = 165+119+208=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 208 - color contains mainly: blue. Hex color #A577D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577D0 is #5A882F. Grayscale: #8E8E8E. Windows color (decimal): -5933104 or 13662117. OLE color: 13662117.

HSL color Cylindrical-coordinate representation of color #A577D0: hue angle of 271.01º 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 #A577D0 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 119 208 -
CMYK 0.21 0.43 0 0.18
HSL 271.01º 0.49% 0.64% -
HSV(B) 271.01º 0.43% 0.82% -
XYZ 33.5 25.75 62.88 -
YUV 142.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 165 119 208 0.21 0.43 0 0.18 271.01 0.49 0.64
Hex A5 77 D0 15 2B 0 12 10F 31 40
Octal 245 167 320 25 53 0 22 417 61 100
Binary 10100101 1110111 11010000 10101 101011 0 10010 100001111 110001 1000000

Color Harmonies of #A577D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577D0

Black with #A577D0

Text Example


Text Example

White with #A577D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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