Html Css Color HEX #A86EDE Amethyst

📋 copy color: '#A86EDE'

red 168 ◦ green 110 ◦ blue 222

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

Shades of Amethyst #A86EDE

Tints of Amethyst #A86EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.4%

R = 33.6%
G = 22%
B = 44.4%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86EDE (or 0xA86EDE) is known color: Amethyst. HEX triplet: A8, 6E and DE. RGB value is (168,110,222). Sum of RGB (Red+Green+Blue) = 168+110+222=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 222 (87.11% from 255 or 44.4% from 500); Max value from RGB is 222 - color contains mainly: blue. Hex color #A86EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86EDE is #579121. Grayscale: #8B8B8B. Windows color (decimal): -5738786 or 14577320. OLE color: 14577320.

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

Color convert

RGB 168 110 222 -
CMYK 0.24 0.50 0 0.13
HSL 271.07º 0.63% 0.65% -
HSV(B) 271.07º 0.5% 0.87% -
XYZ 34.91 24.75 72.04 -
YUV 140.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 168 110 222 0.24 0.50 0 0.13 271.07 0.63 0.65
Hex A8 6E DE 18 32 0 D 10F 3F 41
Octal 250 156 336 30 62 0 15 417 77 101
Binary 10101000 1101110 11011110 11000 110010 0 1101 100001111 111111 1000001

Color Harmonies of #A86EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86EDE

Black with #A86EDE

Text Example


Text Example

White with #A86EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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