Html Css Color HEX #A871CD Amethyst

📋 copy color: '#A871CD'

red 168 ◦ green 113 ◦ blue 205

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

Shades of Amethyst #A871CD

Tints of Amethyst #A871CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.18%

R = 34.57%
G = 23.25%
B = 42.18%

CMYK

 C value IS 0.18

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A871CD (or 0xA871CD) is known color: Amethyst. HEX triplet: A8, 71 and CD. RGB value is (168,113,205). Sum of RGB (Red+Green+Blue) = 168+113+205=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 113 (44.53% from 255 or 23.25% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 205 - color contains mainly: blue. Hex color #A871CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CD is #578E32. Grayscale: #8B8B8B. Windows color (decimal): -5738035 or 13463976. OLE color: 13463976.

HSL color Cylindrical-coordinate representation of color #A871CD: hue angle of 275.87º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A871CD is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 113 205 -
CMYK 0.18 0.45 0 0.20
HSL 275.87º 0.48% 0.62% -
HSV(B) 275.87º 0.45% 0.8% -
XYZ 33.07 24.54 60.75 -
YUV 139.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 168 113 205 0.18 0.45 0 0.20 275.87 0.48 0.62
Hex A8 71 CD 12 2D 0 14 114 30 3E
Octal 250 161 315 22 55 0 24 424 60 76
Binary 10101000 1110001 11001101 10010 101101 0 10100 100010100 110000 111110

Color Harmonies of #A871CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871CD

Black with #A871CD

Text Example


Text Example

White with #A871CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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