Html Css Color HEX #A86BDB Amethyst

📋 copy color: '#A86BDB'

red 168 ◦ green 107 ◦ blue 219

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

Shades of Amethyst #A86BDB

Tints of Amethyst #A86BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.66%

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

R = 34.01%
G = 21.66%
B = 44.33%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86BDB (or 0xA86BDB) is known color: Amethyst. HEX triplet: A8, 6B and DB. RGB value is (168,107,219). Sum of RGB (Red+Green+Blue) = 168+107+219=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 107 (42.19% from 255 or 21.66% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 219 - color contains mainly: blue. Hex color #A86BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86BDB is #579424. Grayscale: #898989. Windows color (decimal): -5739557 or 14379944. OLE color: 14379944.

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

Color convert

RGB 168 107 219 -
CMYK 0.23 0.51 0 0.14
HSL 272.68º 0.61% 0.64% -
HSV(B) 272.68º 0.51% 0.86% -
XYZ 34.19 23.95 69.84 -
YUV 138.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 168 107 219 0.23 0.51 0 0.14 272.68 0.61 0.64
Hex A8 6B DB 17 33 0 E 111 3D 40
Octal 250 153 333 27 63 0 16 421 75 100
Binary 10101000 1101011 11011011 10111 110011 0 1110 100010001 111101 1000000

Color Harmonies of #A86BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86BDB

Black with #A86BDB

Text Example


Text Example

White with #A86BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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