Html Css Color HEX #A871CF Amethyst

📋 copy color: '#A871CF'

red 168 ◦ green 113 ◦ blue 207

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

Shades of Amethyst #A871CF

Tints of Amethyst #A871CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.42%

R = 34.43%
G = 23.16%
B = 42.42%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A871CF (or 0xA871CF) is known color: Amethyst. HEX triplet: A8, 71 and CF. RGB value is (168,113,207). Sum of RGB (Red+Green+Blue) = 168+113+207=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 113 (44.53% from 255 or 23.16% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #A871CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A871CF is #578E30. Grayscale: #8B8B8B. Windows color (decimal): -5738033 or 13595048. OLE color: 13595048.

HSL color Cylindrical-coordinate representation of color #A871CF: hue angle of 275.11º 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 #A871CF is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 168 113 207 -
CMYK 0.19 0.45 0 0.19
HSL 275.11º 0.49% 0.63% -
HSV(B) 275.11º 0.45% 0.81% -
XYZ 33.32 24.64 62.03 -
YUV 140.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 168 113 207 0.19 0.45 0 0.19 275.11 0.49 0.63
Hex A8 71 CF 13 2D 0 13 113 31 3F
Octal 250 161 317 23 55 0 23 423 61 77
Binary 10101000 1110001 11001111 10011 101101 0 10011 100010011 110001 111111

Color Harmonies of #A871CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A871CF

Black with #A871CF

Text Example


Text Example

White with #A871CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A871CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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