Html Css Color HEX #A86DD7 Amethyst

📋 copy color: '#A86DD7'

red 168 ◦ green 109 ◦ blue 215

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

Shades of Amethyst #A86DD7

Tints of Amethyst #A86DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 43.7%

R = 34.15%
G = 22.15%
B = 43.7%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A86DD7 (or 0xA86DD7) is known color: Amethyst. HEX triplet: A8, 6D and D7. RGB value is (168,109,215). Sum of RGB (Red+Green+Blue) = 168+109+215=492 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.15% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 215 - color contains mainly: blue. Hex color #A86DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DD7 is #579228. Grayscale: #8A8A8A. Windows color (decimal): -5739049 or 14118312. OLE color: 14118312.

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

Color convert

RGB 168 109 215 -
CMYK 0.22 0.49 0 0.16
HSL 273.4º 0.57% 0.64% -
HSV(B) 273.4º 0.49% 0.84% -
XYZ 33.88 24.17 67.17 -
YUV 138.73 171.05 148.88 -
System Red Green Blue C M Y K H S L
Decimal 168 109 215 0.22 0.49 0 0.16 273.4 0.57 0.64
Hex A8 6D D7 16 31 0 10 111 39 40
Octal 250 155 327 26 61 0 20 421 71 100
Binary 10101000 1101101 11010111 10110 110001 0 10000 100010001 111001 1000000

Color Harmonies of #A86DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DD7

Black with #A86DD7

Text Example


Text Example

White with #A86DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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