Html Css Color HEX #A86FD1 Amethyst

📋 copy color: '#A86FD1'

red 168 ◦ green 111 ◦ blue 209

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

Shades of Amethyst #A86FD1

Tints of Amethyst #A86FD1

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.75%

 BLUE value IS 209 (82.03% from 255) = 42.83%

R = 34.43%
G = 22.75%
B = 42.83%

CMYK

 C value IS 0.20

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A86FD1 (or 0xA86FD1) is known color: Amethyst. HEX triplet: A8, 6F and D1. RGB value is (168,111,209). Sum of RGB (Red+Green+Blue) = 168+111+209=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 111 (43.75% from 255 or 22.75% from 488); Blue value is 209 (82.03% from 255 or 42.83% from 488); Max value from RGB is 209 - color contains mainly: blue. Hex color #A86FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FD1 is #57902E. Grayscale: #8A8A8A. Windows color (decimal): -5738543 or 13725608. OLE color: 13725608.

HSL color Cylindrical-coordinate representation of color #A86FD1: hue angle of 274.9º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86FD1 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 111 209 -
CMYK 0.20 0.47 0 0.18
HSL 274.9º 0.52% 0.63% -
HSV(B) 274.9º 0.47% 0.82% -
XYZ 33.34 24.3 63.25 -
YUV 139.22 167.38 148.53 -
System Red Green Blue C M Y K H S L
Decimal 168 111 209 0.20 0.47 0 0.18 274.9 0.52 0.63
Hex A8 6F D1 14 2F 0 12 113 34 3F
Octal 250 157 321 24 57 0 22 423 64 77
Binary 10101000 1101111 11010001 10100 101111 0 10010 100010011 110100 111111

Color Harmonies of #A86FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FD1

Black with #A86FD1

Text Example


Text Example

White with #A86FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FD1; }

 p { color: rgb(168,111,209); }

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

background-color css

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

 a { background-color: rgb(168,111,209); }

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

border-color css

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

 span { border-color: rgb(168,111,209); }

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