Html Css Color HEX #A86FC2 Amethyst

📋 copy color: '#A86FC2'

red 168 ◦ green 111 ◦ blue 194

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

Shades of Amethyst #A86FC2

Tints of Amethyst #A86FC2

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.47%

 BLUE value IS 194 (76.17% from 255) = 41.01%

R = 35.52%
G = 23.47%
B = 41.01%

CMYK

 C value IS 0.13

 M value IS 0.43

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A86FC2 (or 0xA86FC2) is known color: Amethyst. HEX triplet: A8, 6F and C2. RGB value is (168,111,194). Sum of RGB (Red+Green+Blue) = 168+111+194=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 194 (76.17% from 255 or 41.01% from 473); Max value from RGB is 194 - color contains mainly: blue. Hex color #A86FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FC2 is #57903D. Grayscale: #898989. Windows color (decimal): -5738558 or 12742568. OLE color: 12742568.

HSL color Cylindrical-coordinate representation of color #A86FC2: hue angle of 281.2º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A86FC2 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 168 111 194 -
CMYK 0.13 0.43 0 0.24
HSL 281.2º 0.4% 0.6% -
HSV(B) 281.2º 0.43% 0.76% -
XYZ 31.57 23.59 53.93 -
YUV 137.51 159.88 149.75 -
System Red Green Blue C M Y K H S L
Decimal 168 111 194 0.13 0.43 0 0.24 281.2 0.4 0.6
Hex A8 6F C2 D 2B 0 18 119 28 3C
Octal 250 157 302 15 53 0 30 431 50 74
Binary 10101000 1101111 11000010 1101 101011 0 11000 100011001 101000 111100

Color Harmonies of #A86FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FC2

Black with #A86FC2

Text Example


Text Example

White with #A86FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FC2; }

 p { color: rgb(168,111,194); }

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

background-color css

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

 a { background-color: rgb(168,111,194); }

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

border-color css

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

 span { border-color: rgb(168,111,194); }

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