Html Css Color HEX #A86AC6 Amethyst

📋 copy color: '#A86AC6'

red 168 ◦ green 106 ◦ blue 198

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

Shades of Amethyst #A86AC6

Tints of Amethyst #A86AC6

RGB

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

 GREEN value IS 106 (41.8% from 255) = 22.46%

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

R = 35.59%
G = 22.46%
B = 41.95%

CMYK

 C value IS 0.15

 M value IS 0.46

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A86AC6 (or 0xA86AC6) is known color: Amethyst. HEX triplet: A8, 6A and C6. RGB value is (168,106,198). Sum of RGB (Red+Green+Blue) = 168+106+198=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 106 (41.80% from 255 or 22.46% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #A86AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AC6 is #579539. Grayscale: #868686. Windows color (decimal): -5739834 or 13003432. OLE color: 13003432.

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

Color convert

RGB 168 106 198 -
CMYK 0.15 0.46 0 0.22
HSL 280.43º 0.45% 0.6% -
HSV(B) 280.43º 0.46% 0.78% -
XYZ 31.5 22.71 56.15 -
YUV 135.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 168 106 198 0.15 0.46 0 0.22 280.43 0.45 0.6
Hex A8 6A C6 F 2E 0 16 118 2D 3C
Octal 250 152 306 17 56 0 26 430 55 74
Binary 10101000 1101010 11000110 1111 101110 0 10110 100011000 101101 111100

Color Harmonies of #A86AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86AC6

Black with #A86AC6

Text Example


Text Example

White with #A86AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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