Html Css Color HEX #A86AC8 Amethyst

📋 copy color: '#A86AC8'

red 168 ◦ green 106 ◦ blue 200

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

Shades of Amethyst #A86AC8

Tints of Amethyst #A86AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 35.44%
G = 22.36%
B = 42.19%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A86AC8 (or 0xA86AC8) is known color: Amethyst. HEX triplet: A8, 6A and C8. RGB value is (168,106,200). Sum of RGB (Red+Green+Blue) = 168+106+200=474 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.44% from 474); Green value is 106 (41.80% from 255 or 22.36% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #A86AC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86AC8 is #579537. Grayscale: #868686. Windows color (decimal): -5739832 or 13134504. OLE color: 13134504.

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

Color convert

RGB 168 106 200 -
CMYK 0.16 0.47 0 0.22
HSL 279.57º 0.46% 0.6% -
HSV(B) 279.57º 0.47% 0.78% -
XYZ 31.73 22.8 57.37 -
YUV 135.25 164.54 151.36 -
System Red Green Blue C M Y K H S L
Decimal 168 106 200 0.16 0.47 0 0.22 279.57 0.46 0.6
Hex A8 6A C8 10 2F 0 16 118 2E 3C
Octal 250 152 310 20 57 0 26 430 56 74
Binary 10101000 1101010 11001000 10000 101111 0 10110 100011000 101110 111100

Color Harmonies of #A86AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86AC8

Black with #A86AC8

Text Example


Text Example

White with #A86AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86AC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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