Html Css Color HEX #A173CA Amethyst

📋 copy color: '#A173CA'

red 161 ◦ green 115 ◦ blue 202

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

Shades of Amethyst #A173CA

Tints of Amethyst #A173CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.26%

R = 33.68%
G = 24.06%
B = 42.26%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A173CA (or 0xA173CA) is known color: Amethyst. HEX triplet: A1, 73 and CA. RGB value is (161,115,202). Sum of RGB (Red+Green+Blue) = 161+115+202=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 115 (45.31% from 255 or 24.06% from 478); Blue value is 202 (79.30% from 255 or 42.26% from 478); Max value from RGB is 202 - color contains mainly: blue. Hex color #A173CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173CA is #5E8C35. Grayscale: #8A8A8A. Windows color (decimal): -6196278 or 13267873. OLE color: 13267873.

HSL color Cylindrical-coordinate representation of color #A173CA: hue angle of 271.72º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A173CA is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 161 115 202 -
CMYK 0.20 0.43 0 0.21
HSL 271.72º 0.45% 0.62% -
HSV(B) 271.72º 0.43% 0.79% -
XYZ 31.49 24.1 58.87 -
YUV 138.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 161 115 202 0.20 0.43 0 0.21 271.72 0.45 0.62
Hex A1 73 CA 14 2B 0 15 110 2D 3E
Octal 241 163 312 24 53 0 25 420 55 76
Binary 10100001 1110011 11001010 10100 101011 0 10101 100010000 101101 111110

Color Harmonies of #A173CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173CA

Black with #A173CA

Text Example


Text Example

White with #A173CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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