Html Css Color HEX #A86DC6 Amethyst

📋 copy color: '#A86DC6'

red 168 ◦ green 109 ◦ blue 198

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

Shades of Amethyst #A86DC6

Tints of Amethyst #A86DC6

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.95%

 BLUE value IS 198 (77.73% from 255) = 41.68%

R = 35.37%
G = 22.95%
B = 41.68%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A86DC6 (or 0xA86DC6) is known color: Amethyst. HEX triplet: A8, 6D and C6. RGB value is (168,109,198). Sum of RGB (Red+Green+Blue) = 168+109+198=475 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.37% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 198 - color contains mainly: blue. Hex color #A86DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DC6 is #579239. Grayscale: #888888. Windows color (decimal): -5739066 or 13004200. OLE color: 13004200.

HSL color Cylindrical-coordinate representation of color #A86DC6: hue angle of 279.78º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A86DC6 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 168 109 198 -
CMYK 0.15 0.45 0 0.22
HSL 279.78º 0.44% 0.6% -
HSV(B) 279.78º 0.45% 0.78% -
XYZ 31.81 23.34 56.25 -
YUV 136.79 162.55 150.26 -
System Red Green Blue C M Y K H S L
Decimal 168 109 198 0.15 0.45 0 0.22 279.78 0.44 0.6
Hex A8 6D C6 F 2D 0 16 118 2C 3C
Octal 250 155 306 17 55 0 26 430 54 74
Binary 10101000 1101101 11000110 1111 101101 0 10110 100011000 101100 111100

Color Harmonies of #A86DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DC6

Black with #A86DC6

Text Example


Text Example

White with #A86DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DC6; }

 p { color: rgb(168,109,198); }

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

background-color css

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

 a { background-color: rgb(168,109,198); }

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

border-color css

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

 span { border-color: rgb(168,109,198); }

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