Html Css Color HEX #A871D5 Amethyst

📋 copy color: '#A871D5'

red 168 ◦ green 113 ◦ blue 213

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

Shades of Amethyst #A871D5

Tints of Amethyst #A871D5

RGB

 RED value IS 168 (66.02% from 255) = 34.01%

 GREEN value IS 113 (44.53% from 255) = 22.87%

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

R = 34.01%
G = 22.87%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A871D5 (or 0xA871D5) is known color: Amethyst. HEX triplet: A8, 71 and D5. RGB value is (168,113,213). Sum of RGB (Red+Green+Blue) = 168+113+213=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 113 (44.53% from 255 or 22.87% from 494); Blue value is 213 (83.59% from 255 or 43.12% from 494); Max value from RGB is 213 - color contains mainly: blue. Hex color #A871D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871D5 is #578E2A. Grayscale: #8C8C8C. Windows color (decimal): -5738027 or 13988264. OLE color: 13988264.

HSL color Cylindrical-coordinate representation of color #A871D5: hue angle of 273º degrees, saturation: 0.54, 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 #A871D5 is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 113 213 -
CMYK 0.21 0.47 0 0.16
HSL 273º 0.54% 0.64% -
HSV(B) 273º 0.47% 0.84% -
XYZ 34.06 24.94 65.97 -
YUV 140.85 168.72 147.37 -
System Red Green Blue C M Y K H S L
Decimal 168 113 213 0.21 0.47 0 0.16 273 0.54 0.64
Hex A8 71 D5 15 2F 0 10 111 36 40
Octal 250 161 325 25 57 0 20 421 66 100
Binary 10101000 1110001 11010101 10101 101111 0 10000 100010001 110110 1000000

Color Harmonies of #A871D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871D5

Black with #A871D5

Text Example


Text Example

White with #A871D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871D5; }

 p { color: rgb(168,113,213); }

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

background-color css

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

 a { background-color: rgb(168,113,213); }

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

border-color css

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

 span { border-color: rgb(168,113,213); }

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