Html Css Color HEX #A86FBE Amethyst

📋 copy color: '#A86FBE'

red 168 ◦ green 111 ◦ blue 190

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

Shades of Amethyst #A86FBE

Tints of Amethyst #A86FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.51%

R = 35.82%
G = 23.67%
B = 40.51%

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

#A86FBE (or 0xA86FBE) is known color: Amethyst. HEX triplet: A8, 6F and BE. RGB value is (168,111,190). Sum of RGB (Red+Green+Blue) = 168+111+190=469 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.82% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 190 (74.61% from 255 or 40.51% from 469); Max value from RGB is 190 - color contains mainly: blue. Hex color #A86FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FBE is #579041. Grayscale: #888888. Windows color (decimal): -5738562 or 12480424. OLE color: 12480424.

HSL color Cylindrical-coordinate representation of color #A86FBE: hue angle of 283.29º degrees, saturation: 0.38, 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 #A86FBE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 111 190 -
CMYK 0.12 0.42 0 0.25
HSL 283.29º 0.38% 0.59% -
HSV(B) 283.29º 0.42% 0.75% -
XYZ 31.13 23.41 51.59 -
YUV 137.05 157.88 150.08 -
System Red Green Blue C M Y K H S L
Decimal 168 111 190 0.12 0.42 0 0.25 283.29 0.38 0.59
Hex A8 6F BE C 2A 0 19 11B 26 3B
Octal 250 157 276 14 52 0 31 433 46 73
Binary 10101000 1101111 10111110 1100 101010 0 11001 100011011 100110 111011

Color Harmonies of #A86FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FBE

Black with #A86FBE

Text Example


Text Example

White with #A86FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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