Html Css Color HEX #A86FD5 Amethyst

📋 copy color: '#A86FD5'

red 168 ◦ green 111 ◦ blue 213

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

Shades of Amethyst #A86FD5

Tints of Amethyst #A86FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 34.15%
G = 22.56%
B = 43.29%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A86FD5 (or 0xA86FD5) is known color: Amethyst. HEX triplet: A8, 6F and D5. RGB value is (168,111,213). Sum of RGB (Red+Green+Blue) = 168+111+213=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 111 (43.75% from 255 or 22.56% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #A86FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FD5 is #57902A. Grayscale: #8B8B8B. Windows color (decimal): -5738539 or 13987752. OLE color: 13987752.

HSL color Cylindrical-coordinate representation of color #A86FD5: hue angle of 273.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86FD5 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 111 213 -
CMYK 0.21 0.48 0 0.16
HSL 273.53º 0.55% 0.64% -
HSV(B) 273.53º 0.48% 0.84% -
XYZ 33.84 24.5 65.9 -
YUV 139.67 169.38 148.21 -
System Red Green Blue C M Y K H S L
Decimal 168 111 213 0.21 0.48 0 0.16 273.53 0.55 0.64
Hex A8 6F D5 15 30 0 10 112 37 40
Octal 250 157 325 25 60 0 20 422 67 100
Binary 10101000 1101111 11010101 10101 110000 0 10000 100010010 110111 1000000

Color Harmonies of #A86FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FD5

Black with #A86FD5

Text Example


Text Example

White with #A86FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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