Html Css Color HEX #A871D6 Amethyst

📋 copy color: '#A871D6'

red 168 ◦ green 113 ◦ blue 214

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

Shades of Amethyst #A871D6

Tints of Amethyst #A871D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.23%

R = 33.94%
G = 22.83%
B = 43.23%

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

#A871D6 (or 0xA871D6) is known color: Amethyst. HEX triplet: A8, 71 and D6. RGB value is (168,113,214). Sum of RGB (Red+Green+Blue) = 168+113+214=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 113 (44.53% from 255 or 22.83% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #A871D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871D6 is #578E29. Grayscale: #8C8C8C. Windows color (decimal): -5738026 or 14053800. OLE color: 14053800.

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

Color convert

RGB 168 113 214 -
CMYK 0.21 0.47 0 0.16
HSL 272.67º 0.55% 0.64% -
HSV(B) 272.67º 0.47% 0.84% -
XYZ 34.19 24.99 66.64 -
YUV 140.96 169.22 147.29 -
System Red Green Blue C M Y K H S L
Decimal 168 113 214 0.21 0.47 0 0.16 272.67 0.55 0.64
Hex A8 71 D6 15 2F 0 10 111 37 40
Octal 250 161 326 25 57 0 20 421 67 100
Binary 10101000 1110001 11010110 10101 101111 0 10000 100010001 110111 1000000

Color Harmonies of #A871D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871D6

Black with #A871D6

Text Example


Text Example

White with #A871D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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