Html Css Color HEX #A577CE Amethyst

📋 copy color: '#A577CE'

red 165 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A577CE

Tints of Amethyst #A577CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.04%

R = 33.67%
G = 24.29%
B = 42.04%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A577CE (or 0xA577CE) is known color: Amethyst. HEX triplet: A5, 77 and CE. RGB value is (165,119,206). Sum of RGB (Red+Green+Blue) = 165+119+206=490 (64% of max value = 765). Red value is 165 (64.84% from 255 or 33.67% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #A577CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A577CE is #5A8831. Grayscale: #8E8E8E. Windows color (decimal): -5933106 or 13531045. OLE color: 13531045.

HSL color Cylindrical-coordinate representation of color #A577CE: hue angle of 271.72º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A577CE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 119 206 -
CMYK 0.20 0.42 0 0.19
HSL 271.72º 0.47% 0.64% -
HSV(B) 271.72º 0.42% 0.81% -
XYZ 33.25 25.65 61.59 -
YUV 142.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 165 119 206 0.20 0.42 0 0.19 271.72 0.47 0.64
Hex A5 77 CE 14 2A 0 13 110 2F 40
Octal 245 167 316 24 52 0 23 420 57 100
Binary 10100101 1110111 11001110 10100 101010 0 10011 100010000 101111 1000000

Color Harmonies of #A577CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A577CE

Black with #A577CE

Text Example


Text Example

White with #A577CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A577CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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