Html Css Color HEX #A86CD6 Amethyst

📋 copy color: '#A86CD6'

red 168 ◦ green 108 ◦ blue 214

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

Shades of Amethyst #A86CD6

Tints of Amethyst #A86CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 34.29%
G = 22.04%
B = 43.67%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A86CD6 (or 0xA86CD6) is known color: Amethyst. HEX triplet: A8, 6C and D6. RGB value is (168,108,214). Sum of RGB (Red+Green+Blue) = 168+108+214=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 108 (42.58% from 255 or 22.04% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #A86CD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86CD6 is #579329. Grayscale: #898989. Windows color (decimal): -5739306 or 14052520. OLE color: 14052520.

HSL color Cylindrical-coordinate representation of color #A86CD6: hue angle of 273.96º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86CD6 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 168 108 214 -
CMYK 0.21 0.50 0 0.16
HSL 273.96º 0.56% 0.63% -
HSV(B) 273.96º 0.5% 0.84% -
XYZ 33.65 23.9 66.46 -
YUV 138.02 170.88 149.38 -
System Red Green Blue C M Y K H S L
Decimal 168 108 214 0.21 0.50 0 0.16 273.96 0.56 0.63
Hex A8 6C D6 15 32 0 10 112 38 3F
Octal 250 154 326 25 62 0 20 422 70 77
Binary 10101000 1101100 11010110 10101 110010 0 10000 100010010 111000 111111

Color Harmonies of #A86CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86CD6

Black with #A86CD6

Text Example


Text Example

White with #A86CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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