Html Css Color HEX #A86DBF Amethyst

📋 copy color: '#A86DBF'

red 168 ◦ green 109 ◦ blue 191

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

Shades of Amethyst #A86DBF

Tints of Amethyst #A86DBF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 23.29%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 35.9%
G = 23.29%
B = 40.81%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A86DBF (or 0xA86DBF) is known color: Amethyst. HEX triplet: A8, 6D and BF. RGB value is (168,109,191). Sum of RGB (Red+Green+Blue) = 168+109+191=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 109 (42.97% from 255 or 23.29% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A86DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DBF is #579240. Grayscale: #878787. Windows color (decimal): -5739073 or 12545448. OLE color: 12545448.

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

Color convert

RGB 168 109 191 -
CMYK 0.12 0.43 0 0.25
HSL 283.17º 0.39% 0.59% -
HSV(B) 283.17º 0.43% 0.75% -
XYZ 31.02 23.02 52.1 -
YUV 135.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 168 109 191 0.12 0.43 0 0.25 283.17 0.39 0.59
Hex A8 6D BF C 2B 0 19 11B 27 3B
Octal 250 155 277 14 53 0 31 433 47 73
Binary 10101000 1101101 10111111 1100 101011 0 11001 100011011 100111 111011

Color Harmonies of #A86DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DBF

Black with #A86DBF

Text Example


Text Example

White with #A86DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DBF; }

 p { color: rgb(168,109,191); }

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

background-color css

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

 a { background-color: rgb(168,109,191); }

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

border-color css

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

 span { border-color: rgb(168,109,191); }

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