Html Css Color HEX #A377CE Amethyst

📋 copy color: '#A377CE'

red 163 ◦ green 119 ◦ blue 206

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

Shades of Amethyst #A377CE

Tints of Amethyst #A377CE

RGB

 RED value IS 163 (64.06% from 255) = 33.4%

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

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

R = 33.4%
G = 24.39%
B = 42.21%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A377CE (or 0xA377CE) is known color: Amethyst. HEX triplet: A3, 77 and CE. RGB value is (163,119,206). Sum of RGB (Red+Green+Blue) = 163+119+206=488 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.40% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #A377CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A377CE is #5C8831. Grayscale: #8D8D8D. Windows color (decimal): -6064178 or 13531043. OLE color: 13531043.

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

Color convert

RGB 163 119 206 -
CMYK 0.21 0.42 0 0.19
HSL 270.34º 0.47% 0.64% -
HSV(B) 270.34º 0.42% 0.81% -
XYZ 32.84 25.44 61.57 -
YUV 142.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 163 119 206 0.21 0.42 0 0.19 270.34 0.47 0.64
Hex A3 77 CE 15 2A 0 13 10E 2F 40
Octal 243 167 316 25 52 0 23 416 57 100
Binary 10100011 1110111 11001110 10101 101010 0 10011 100001110 101111 1000000

Color Harmonies of #A377CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A377CE

Black with #A377CE

Text Example


Text Example

White with #A377CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A377CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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