Html Css Color HEX #A86ADB Amethyst

📋 copy color: '#A86ADB'

red 168 ◦ green 106 ◦ blue 219

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

Shades of Amethyst #A86ADB

Tints of Amethyst #A86ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

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

R = 34.08%
G = 21.5%
B = 44.42%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86ADB (or 0xA86ADB) is known color: Amethyst. HEX triplet: A8, 6A and DB. RGB value is (168,106,219). Sum of RGB (Red+Green+Blue) = 168+106+219=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #A86ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADB is #579524. Grayscale: #898989. Windows color (decimal): -5739813 or 14379688. OLE color: 14379688.

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

Color convert

RGB 168 106 219 -
CMYK 0.23 0.52 0 0.14
HSL 272.92º 0.61% 0.64% -
HSV(B) 272.92º 0.52% 0.86% -
XYZ 34.09 23.75 69.8 -
YUV 137.42 174.04 149.81 -
System Red Green Blue C M Y K H S L
Decimal 168 106 219 0.23 0.52 0 0.14 272.92 0.61 0.64
Hex A8 6A DB 17 34 0 E 111 3D 40
Octal 250 152 333 27 64 0 16 421 75 100
Binary 10101000 1101010 11011011 10111 110100 0 1110 100010001 111101 1000000

Color Harmonies of #A86ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ADB

Black with #A86ADB

Text Example


Text Example

White with #A86ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ADB; }

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

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

background-color css

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

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

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

border-color css

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

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

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