Html Css Color HEX #A176CE Amethyst

📋 copy color: '#A176CE'

red 161 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #A176CE

Tints of Amethyst #A176CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 24.33%

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

R = 33.2%
G = 24.33%
B = 42.47%

CMYK

 C value IS 0.22

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A176CE (or 0xA176CE) is known color: Amethyst. HEX triplet: A1, 76 and CE. RGB value is (161,118,206). Sum of RGB (Red+Green+Blue) = 161+118+206=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 118 (46.48% from 255 or 24.33% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #A176CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A176CE is #5E8931. Grayscale: #8C8C8C. Windows color (decimal): -6195506 or 13530785. OLE color: 13530785.

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

Color convert

RGB 161 118 206 -
CMYK 0.22 0.43 0 0.19
HSL 269.32º 0.47% 0.64% -
HSV(B) 269.32º 0.43% 0.81% -
XYZ 32.32 24.99 61.51 -
YUV 140.89 164.75 142.34 -
System Red Green Blue C M Y K H S L
Decimal 161 118 206 0.22 0.43 0 0.19 269.32 0.47 0.64
Hex A1 76 CE 16 2B 0 13 10D 2F 40
Octal 241 166 316 26 53 0 23 415 57 100
Binary 10100001 1110110 11001110 10110 101011 0 10011 100001101 101111 1000000

Color Harmonies of #A176CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A176CE

Black with #A176CE

Text Example


Text Example

White with #A176CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A176CE; }

 p { color: rgb(161,118,206); }

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

background-color css

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

 a { background-color: rgb(161,118,206); }

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

border-color css

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

 span { border-color: rgb(161,118,206); }

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