Html Css Color HEX #A86CD1 Amethyst

📋 copy color: '#A86CD1'

red 168 ◦ green 108 ◦ blue 209

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

Shades of Amethyst #A86CD1

Tints of Amethyst #A86CD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.09%

R = 34.64%
G = 22.27%
B = 43.09%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A86CD1 (or 0xA86CD1) is known color: Amethyst. HEX triplet: A8, 6C and D1. RGB value is (168,108,209). Sum of RGB (Red+Green+Blue) = 168+108+209=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 108 (42.58% from 255 or 22.27% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 209 - color contains mainly: blue. Hex color #A86CD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD1 is #57932E. Grayscale: #898989. Windows color (decimal): -5739311 or 13724840. OLE color: 13724840.

HSL color Cylindrical-coordinate representation of color #A86CD1: hue angle of 275.64º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A86CD1 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 108 209 -
CMYK 0.20 0.48 0 0.18
HSL 275.64º 0.52% 0.62% -
HSV(B) 275.64º 0.48% 0.82% -
XYZ 33.02 23.65 63.15 -
YUV 137.45 168.38 149.79 -
System Red Green Blue C M Y K H S L
Decimal 168 108 209 0.20 0.48 0 0.18 275.64 0.52 0.62
Hex A8 6C D1 14 30 0 12 114 34 3E
Octal 250 154 321 24 60 0 22 424 64 76
Binary 10101000 1101100 11010001 10100 110000 0 10010 100010100 110100 111110

Color Harmonies of #A86CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CD1

Black with #A86CD1

Text Example


Text Example

White with #A86CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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