Html Css Color HEX #A86FC0 Amethyst

📋 copy color: '#A86FC0'

red 168 ◦ green 111 ◦ blue 192

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

Shades of Amethyst #A86FC0

Tints of Amethyst #A86FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 40.76%

R = 35.67%
G = 23.57%
B = 40.76%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A86FC0 (or 0xA86FC0) is known color: Amethyst. HEX triplet: A8, 6F and C0. RGB value is (168,111,192). Sum of RGB (Red+Green+Blue) = 168+111+192=471 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.67% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #A86FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FC0 is #57903F. Grayscale: #898989. Windows color (decimal): -5738560 or 12611496. OLE color: 12611496.

HSL color Cylindrical-coordinate representation of color #A86FC0: hue angle of 282.22º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A86FC0 is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 111 192 -
CMYK 0.12 0.42 0 0.25
HSL 282.22º 0.39% 0.59% -
HSV(B) 282.22º 0.42% 0.75% -
XYZ 31.35 23.5 52.75 -
YUV 137.28 158.88 149.91 -
System Red Green Blue C M Y K H S L
Decimal 168 111 192 0.12 0.42 0 0.25 282.22 0.39 0.59
Hex A8 6F C0 C 2A 0 19 11A 27 3B
Octal 250 157 300 14 52 0 31 432 47 73
Binary 10101000 1101111 11000000 1100 101010 0 11001 100011010 100111 111011

Color Harmonies of #A86FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FC0

Black with #A86FC0

Text Example


Text Example

White with #A86FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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