Html Css Color HEX #A173CE Amethyst

📋 copy color: '#A173CE'

red 161 ◦ green 115 ◦ blue 206

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

Shades of Amethyst #A173CE

Tints of Amethyst #A173CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

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

R = 33.4%
G = 23.86%
B = 42.74%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A173CE (or 0xA173CE) is known color: Amethyst. HEX triplet: A1, 73 and CE. RGB value is (161,115,206). Sum of RGB (Red+Green+Blue) = 161+115+206=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #A173CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173CE is #5E8C31. Grayscale: #8A8A8A. Windows color (decimal): -6196274 or 13530017. OLE color: 13530017.

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

Color convert

RGB 161 115 206 -
CMYK 0.22 0.44 0 0.19
HSL 270.33º 0.48% 0.63% -
HSV(B) 270.33º 0.44% 0.81% -
XYZ 31.97 24.29 61.4 -
YUV 139.13 165.74 143.6 -
System Red Green Blue C M Y K H S L
Decimal 161 115 206 0.22 0.44 0 0.19 270.33 0.48 0.63
Hex A1 73 CE 16 2C 0 13 10E 30 3F
Octal 241 163 316 26 54 0 23 416 60 77
Binary 10100001 1110011 11001110 10110 101100 0 10011 100001110 110000 111111

Color Harmonies of #A173CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173CE

Black with #A173CE

Text Example


Text Example

White with #A173CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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