Html Css Color HEX #A170D5 Amethyst

📋 copy color: '#A170D5'

red 161 ◦ green 112 ◦ blue 213

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

Shades of Amethyst #A170D5

Tints of Amethyst #A170D5

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.05%

 BLUE value IS 213 (83.59% from 255) = 43.83%

R = 33.13%
G = 23.05%
B = 43.83%

CMYK

 C value IS 0.24

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A170D5 (or 0xA170D5) is known color: Amethyst. HEX triplet: A1, 70 and D5. RGB value is (161,112,213). Sum of RGB (Red+Green+Blue) = 161+112+213=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #A170D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A170D5 is #5E8F2A. Grayscale: #898989. Windows color (decimal): -6197035 or 13988001. OLE color: 13988001.

HSL color Cylindrical-coordinate representation of color #A170D5: hue angle of 269.11º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A170D5 is Cyan = 0.24, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 112 213 -
CMYK 0.24 0.47 0 0.16
HSL 269.11º 0.55% 0.64% -
HSV(B) 269.11º 0.47% 0.84% -
XYZ 32.5 23.97 65.86 -
YUV 138.17 170.23 144.29 -
System Red Green Blue C M Y K H S L
Decimal 161 112 213 0.24 0.47 0 0.16 269.11 0.55 0.64
Hex A1 70 D5 18 2F 0 10 10D 37 40
Octal 241 160 325 30 57 0 20 415 67 100
Binary 10100001 1110000 11010101 11000 101111 0 10000 100001101 110111 1000000

Color Harmonies of #A170D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A170D5

Black with #A170D5

Text Example


Text Example

White with #A170D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A170D5; }

 p { color: rgb(161,112,213); }

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

background-color css

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

 a { background-color: rgb(161,112,213); }

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

border-color css

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

 span { border-color: rgb(161,112,213); }

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