Html Css Color HEX #A177D0 Amethyst

📋 copy color: '#A177D0'

red 161 ◦ green 119 ◦ blue 208

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

Shades of Amethyst #A177D0

Tints of Amethyst #A177D0

RGB

 RED value IS 161 (63.28% from 255) = 32.99%

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

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

R = 32.99%
G = 24.39%
B = 42.62%

CMYK

 C value IS 0.23

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A177D0 (or 0xA177D0) is known color: Amethyst. HEX triplet: A1, 77 and D0. RGB value is (161,119,208). Sum of RGB (Red+Green+Blue) = 161+119+208=488 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.99% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 208 - color contains mainly: blue. Hex color #A177D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A177D0 is #5E882F. Grayscale: #8D8D8D. Windows color (decimal): -6195248 or 13662113. OLE color: 13662113.

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

Color convert

RGB 161 119 208 -
CMYK 0.23 0.43 0 0.18
HSL 268.31º 0.49% 0.64% -
HSV(B) 268.31º 0.43% 0.82% -
XYZ 32.68 25.32 62.84 -
YUV 141.7 165.41 141.76 -
System Red Green Blue C M Y K H S L
Decimal 161 119 208 0.23 0.43 0 0.18 268.31 0.49 0.64
Hex A1 77 D0 17 2B 0 12 10C 31 40
Octal 241 167 320 27 53 0 22 414 61 100
Binary 10100001 1110111 11010000 10111 101011 0 10010 100001100 110001 1000000

Color Harmonies of #A177D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A177D0

Black with #A177D0

Text Example


Text Example

White with #A177D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A177D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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