Html Css Color HEX #A173CC Amethyst

📋 copy color: '#A173CC'

red 161 ◦ green 115 ◦ blue 204

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

Shades of Amethyst #A173CC

Tints of Amethyst #A173CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.5%

R = 33.54%
G = 23.96%
B = 42.5%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A173CC (or 0xA173CC) is known color: Amethyst. HEX triplet: A1, 73 and CC. RGB value is (161,115,204). Sum of RGB (Red+Green+Blue) = 161+115+204=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #A173CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A173CC is #5E8C33. Grayscale: #8A8A8A. Windows color (decimal): -6196276 or 13398945. OLE color: 13398945.

HSL color Cylindrical-coordinate representation of color #A173CC: hue angle of 271.01º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A173CC is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 161 115 204 -
CMYK 0.21 0.44 0 0.2
HSL 271.01º 0.47% 0.63% -
HSV(B) 271.01º 0.44% 0.8% -
XYZ 31.73 24.2 60.13 -
YUV 138.9 164.74 143.76 -
System Red Green Blue C M Y K H S L
Decimal 161 115 204 0.21 0.44 0 0.2 271.01 0.47 0.63
Hex A1 73 CC 15 2C 0 14 10F 2F 3F
Octal 241 163 314 25 54 0 24 417 57 77
Binary 10100001 1110011 11001100 10101 101100 0 10100 100001111 101111 111111

Color Harmonies of #A173CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A173CC

Black with #A173CC

Text Example


Text Example

White with #A173CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A173CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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