Html Css Color HEX #A86CDE Amethyst

📋 copy color: '#A86CDE'

red 168 ◦ green 108 ◦ blue 222

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

Shades of Amethyst #A86CDE

Tints of Amethyst #A86CDE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 33.73%
G = 21.69%
B = 44.58%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86CDE (or 0xA86CDE) is known color: Amethyst. HEX triplet: A8, 6C and DE. RGB value is (168,108,222). Sum of RGB (Red+Green+Blue) = 168+108+222=498 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.73% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 222 (87.11% from 255 or 44.58% from 498); Max value from RGB is 222 - color contains mainly: blue. Hex color #A86CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CDE is #579321. Grayscale: #8A8A8A. Windows color (decimal): -5739298 or 14576808. OLE color: 14576808.

HSL color Cylindrical-coordinate representation of color #A86CDE: hue angle of 271.58º degrees, saturation: 0.63, 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 #A86CDE is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 108 222 -
CMYK 0.24 0.51 0 0.13
HSL 271.58º 0.63% 0.65% -
HSV(B) 271.58º 0.51% 0.87% -
XYZ 34.7 24.32 71.97 -
YUV 138.94 174.88 148.73 -
System Red Green Blue C M Y K H S L
Decimal 168 108 222 0.24 0.51 0 0.13 271.58 0.63 0.65
Hex A8 6C DE 18 33 0 D 110 3F 41
Octal 250 154 336 30 63 0 15 420 77 101
Binary 10101000 1101100 11011110 11000 110011 0 1101 100010000 111111 1000001

Color Harmonies of #A86CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CDE

Black with #A86CDE

Text Example


Text Example

White with #A86CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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