Html Css Color HEX #A871CE Amethyst

📋 copy color: '#A871CE'

red 168 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #A871CE

Tints of Amethyst #A871CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.3%

R = 34.5%
G = 23.2%
B = 42.3%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A871CE (or 0xA871CE) is known color: Amethyst. HEX triplet: A8, 71 and CE. RGB value is (168,113,206). Sum of RGB (Red+Green+Blue) = 168+113+206=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 113 (44.53% from 255 or 23.20% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #A871CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CE is #578E31. Grayscale: #8B8B8B. Windows color (decimal): -5738034 or 13529512. OLE color: 13529512.

HSL color Cylindrical-coordinate representation of color #A871CE: hue angle of 275.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A871CE is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 113 206 -
CMYK 0.18 0.45 0 0.19
HSL 275.48º 0.49% 0.63% -
HSV(B) 275.48º 0.45% 0.81% -
XYZ 33.19 24.59 61.39 -
YUV 140.05 165.22 147.94 -
System Red Green Blue C M Y K H S L
Decimal 168 113 206 0.18 0.45 0 0.19 275.48 0.49 0.63
Hex A8 71 CE 12 2D 0 13 113 31 3F
Octal 250 161 316 22 55 0 23 423 61 77
Binary 10101000 1110001 11001110 10010 101101 0 10011 100010011 110001 111111

Color Harmonies of #A871CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871CE

Black with #A871CE

Text Example


Text Example

White with #A871CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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