Html Css Color HEX #A86DD6 Amethyst

📋 copy color: '#A86DD6'

red 168 ◦ green 109 ◦ blue 214

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

Shades of Amethyst #A86DD6

Tints of Amethyst #A86DD6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.2%

 BLUE value IS 214 (83.98% from 255) = 43.58%

R = 34.22%
G = 22.2%
B = 43.58%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A86DD6 (or 0xA86DD6) is known color: Amethyst. HEX triplet: A8, 6D and D6. RGB value is (168,109,214). Sum of RGB (Red+Green+Blue) = 168+109+214=491 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.22% from 491); Green value is 109 (42.97% from 255 or 22.20% from 491); Blue value is 214 (83.98% from 255 or 43.58% from 491); Max value from RGB is 214 - color contains mainly: blue. Hex color #A86DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD6 is #579229. Grayscale: #8A8A8A. Windows color (decimal): -5739050 or 14052776. OLE color: 14052776.

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

Color convert

RGB 168 109 214 -
CMYK 0.21 0.49 0 0.16
HSL 273.71º 0.56% 0.63% -
HSV(B) 273.71º 0.49% 0.84% -
XYZ 33.75 24.12 66.49 -
YUV 138.61 170.55 148.96 -
System Red Green Blue C M Y K H S L
Decimal 168 109 214 0.21 0.49 0 0.16 273.71 0.56 0.63
Hex A8 6D D6 15 31 0 10 112 38 3F
Octal 250 155 326 25 61 0 20 422 70 77
Binary 10101000 1101101 11010110 10101 110001 0 10000 100010010 111000 111111

Color Harmonies of #A86DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DD6

Black with #A86DD6

Text Example


Text Example

White with #A86DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DD6; }

 p { color: rgb(168,109,214); }

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

background-color css

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

 a { background-color: rgb(168,109,214); }

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

border-color css

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

 span { border-color: rgb(168,109,214); }

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