Html Css Color HEX #A86DDC Amethyst

📋 copy color: '#A86DDC'

red 168 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #A86DDC

Tints of Amethyst #A86DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.27%

R = 33.8%
G = 21.93%
B = 44.27%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86DDC (or 0xA86DDC) is known color: Amethyst. HEX triplet: A8, 6D and DC. RGB value is (168,109,220). Sum of RGB (Red+Green+Blue) = 168+109+220=497 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.80% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #A86DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DDC is #579223. Grayscale: #8A8A8A. Windows color (decimal): -5739044 or 14445992. OLE color: 14445992.

HSL color Cylindrical-coordinate representation of color #A86DDC: hue angle of 271.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86DDC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 109 220 -
CMYK 0.24 0.50 0 0.14
HSL 271.89º 0.61% 0.65% -
HSV(B) 271.89º 0.5% 0.86% -
XYZ 34.54 24.43 70.61 -
YUV 139.3 173.55 148.47 -
System Red Green Blue C M Y K H S L
Decimal 168 109 220 0.24 0.50 0 0.14 271.89 0.61 0.65
Hex A8 6D DC 18 32 0 E 110 3D 41
Octal 250 155 334 30 62 0 16 420 75 101
Binary 10101000 1101101 11011100 11000 110010 0 1110 100010000 111101 1000001

Color Harmonies of #A86DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DDC

Black with #A86DDC

Text Example


Text Example

White with #A86DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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