Html Css Color HEX #A86FDB Amethyst

📋 copy color: '#A86FDB'

red 168 ◦ green 111 ◦ blue 219

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

Shades of Amethyst #A86FDB

Tints of Amethyst #A86FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.98%

R = 33.73%
G = 22.29%
B = 43.98%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86FDB (or 0xA86FDB) is known color: Amethyst. HEX triplet: A8, 6F and DB. RGB value is (168,111,219). Sum of RGB (Red+Green+Blue) = 168+111+219=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 219 - color contains mainly: blue. Hex color #A86FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FDB is #579024. Grayscale: #8B8B8B. Windows color (decimal): -5738533 or 14380968. OLE color: 14380968.

HSL color Cylindrical-coordinate representation of color #A86FDB: hue angle of 271.67º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A86FDB is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 111 219 -
CMYK 0.23 0.49 0 0.14
HSL 271.67º 0.6% 0.65% -
HSV(B) 271.67º 0.49% 0.86% -
XYZ 34.62 24.81 69.98 -
YUV 140.36 172.38 147.72 -
System Red Green Blue C M Y K H S L
Decimal 168 111 219 0.23 0.49 0 0.14 271.67 0.6 0.65
Hex A8 6F DB 17 31 0 E 110 3C 41
Octal 250 157 333 27 61 0 16 420 74 101
Binary 10101000 1101111 11011011 10111 110001 0 1110 100010000 111100 1000001

Color Harmonies of #A86FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FDB

Black with #A86FDB

Text Example


Text Example

White with #A86FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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