Html Css Color HEX #A277D1 Amethyst

📋 copy color: '#A277D1'

red 162 ◦ green 119 ◦ blue 209

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

Shades of Amethyst #A277D1

Tints of Amethyst #A277D1

RGB

 RED value IS 162 (63.67% from 255) = 33.06%

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

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

R = 33.06%
G = 24.29%
B = 42.65%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A277D1 (or 0xA277D1) is known color: Amethyst. HEX triplet: A2, 77 and D1. RGB value is (162,119,209). Sum of RGB (Red+Green+Blue) = 162+119+209=490 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.06% from 490); Green value is 119 (46.88% from 255 or 24.29% from 490); Blue value is 209 (82.03% from 255 or 42.65% from 490); Max value from RGB is 209 - color contains mainly: blue. Hex color #A277D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A277D1 is #5D882E. Grayscale: #8D8D8D. Windows color (decimal): -6129711 or 13727650. OLE color: 13727650.

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

Color convert

RGB 162 119 209 -
CMYK 0.22 0.43 0 0.18
HSL 268.67º 0.49% 0.64% -
HSV(B) 268.67º 0.43% 0.82% -
XYZ 33.01 25.48 63.5 -
YUV 142.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 162 119 209 0.22 0.43 0 0.18 268.67 0.49 0.64
Hex A2 77 D1 16 2B 0 12 10D 31 40
Octal 242 167 321 26 53 0 22 415 61 100
Binary 10100010 1110111 11010001 10110 101011 0 10010 100001101 110001 1000000

Color Harmonies of #A277D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A277D1

Black with #A277D1

Text Example


Text Example

White with #A277D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A277D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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