Html Css Color HEX #A86ED7 Amethyst

📋 copy color: '#A86ED7'

red 168 ◦ green 110 ◦ blue 215

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

Shades of Amethyst #A86ED7

Tints of Amethyst #A86ED7

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

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

R = 34.08%
G = 22.31%
B = 43.61%

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

#A86ED7 (or 0xA86ED7) is known color: Amethyst. HEX triplet: A8, 6E and D7. RGB value is (168,110,215). Sum of RGB (Red+Green+Blue) = 168+110+215=493 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.08% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 215 (84.38% from 255 or 43.61% from 493); Max value from RGB is 215 - color contains mainly: blue. Hex color #A86ED7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ED7 is #579128. Grayscale: #8A8A8A. Windows color (decimal): -5738793 or 14118568. OLE color: 14118568.

HSL color Cylindrical-coordinate representation of color #A86ED7: hue angle of 273.14º 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 #A86ED7 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 110 215 -
CMYK 0.22 0.49 0 0.16
HSL 273.14º 0.57% 0.64% -
HSV(B) 273.14º 0.49% 0.84% -
XYZ 33.99 24.38 67.2 -
YUV 139.31 170.72 148.46 -
System Red Green Blue C M Y K H S L
Decimal 168 110 215 0.22 0.49 0 0.16 273.14 0.57 0.64
Hex A8 6E D7 16 31 0 10 111 39 40
Octal 250 156 327 26 61 0 20 421 71 100
Binary 10101000 1101110 11010111 10110 110001 0 10000 100010001 111001 1000000

Color Harmonies of #A86ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ED7

Black with #A86ED7

Text Example


Text Example

White with #A86ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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