Html Css Color HEX #A86EDF Amethyst

📋 copy color: '#A86EDF'

red 168 ◦ green 110 ◦ blue 223

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

Shades of Amethyst #A86EDF

Tints of Amethyst #A86EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 33.53%
G = 21.96%
B = 44.51%

CMYK

 C value IS 0.25

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86EDF (or 0xA86EDF) is known color: Amethyst. HEX triplet: A8, 6E and DF. RGB value is (168,110,223). Sum of RGB (Red+Green+Blue) = 168+110+223=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #A86EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EDF is #579120. Grayscale: #8B8B8B. Windows color (decimal): -5738785 or 14642856. OLE color: 14642856.

HSL color Cylindrical-coordinate representation of color #A86EDF: hue angle of 270.8º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A86EDF is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 110 223 -
CMYK 0.25 0.51 0 0.13
HSL 270.8º 0.64% 0.65% -
HSV(B) 270.8º 0.51% 0.87% -
XYZ 35.04 24.8 72.75 -
YUV 140.22 174.72 147.81 -
System Red Green Blue C M Y K H S L
Decimal 168 110 223 0.25 0.51 0 0.13 270.8 0.64 0.65
Hex A8 6E DF 19 33 0 D 10F 40 41
Octal 250 156 337 31 63 0 15 417 100 101
Binary 10101000 1101110 11011111 11001 110011 0 1101 100001111 1000000 1000001

Color Harmonies of #A86EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EDF

Black with #A86EDF

Text Example


Text Example

White with #A86EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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