Html Css Color HEX #A477CE Amethyst

📋 copy color: '#A477CE'

red 164 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A477CE

Tints of Amethyst #A477CE

RGB

 RED value IS 164 (64.45% from 255) = 33.54%

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

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

R = 33.54%
G = 24.34%
B = 42.13%

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

#A477CE (or 0xA477CE) is known color: Amethyst. HEX triplet: A4, 77 and CE. RGB value is (164,119,206). Sum of RGB (Red+Green+Blue) = 164+119+206=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #A477CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A477CE is #5B8831. Grayscale: #8E8E8E. Windows color (decimal): -5998642 or 13531044. OLE color: 13531044.

HSL color Cylindrical-coordinate representation of color #A477CE: hue angle of 271.03º 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 #A477CE is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 119 206 -
CMYK 0.20 0.42 0 0.19
HSL 271.03º 0.47% 0.64% -
HSV(B) 271.03º 0.42% 0.81% -
XYZ 33.05 25.54 61.58 -
YUV 142.37 163.91 143.43 -
System Red Green Blue C M Y K H S L
Decimal 164 119 206 0.20 0.42 0 0.19 271.03 0.47 0.64
Hex A4 77 CE 14 2A 0 13 10F 2F 40
Octal 244 167 316 24 52 0 23 417 57 100
Binary 10100100 1110111 11001110 10100 101010 0 10011 100001111 101111 1000000

Color Harmonies of #A477CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A477CE

Black with #A477CE

Text Example


Text Example

White with #A477CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A477CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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