Html Css Color HEX #A86FDF Amethyst

📋 copy color: '#A86FDF'

red 168 ◦ green 111 ◦ blue 223

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

Shades of Amethyst #A86FDF

Tints of Amethyst #A86FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.42%

R = 33.47%
G = 22.11%
B = 44.42%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86FDF (or 0xA86FDF) is known color: Amethyst. HEX triplet: A8, 6F and DF. RGB value is (168,111,223). Sum of RGB (Red+Green+Blue) = 168+111+223=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 111 (43.75% from 255 or 22.11% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #A86FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FDF is #579020. Grayscale: #8C8C8C. Windows color (decimal): -5738529 or 14643112. OLE color: 14643112.

HSL color Cylindrical-coordinate representation of color #A86FDF: hue angle of 270.54º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86FDF is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 111 223 -
CMYK 0.25 0.50 0 0.13
HSL 270.54º 0.64% 0.65% -
HSV(B) 270.54º 0.5% 0.87% -
XYZ 35.15 25.02 72.79 -
YUV 140.81 174.38 147.39 -
System Red Green Blue C M Y K H S L
Decimal 168 111 223 0.25 0.50 0 0.13 270.54 0.64 0.65
Hex A8 6F DF 19 32 0 D 10F 40 41
Octal 250 157 337 31 62 0 15 417 100 101
Binary 10101000 1101111 11011111 11001 110010 0 1101 100001111 1000000 1000001

Color Harmonies of #A86FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FDF

Black with #A86FDF

Text Example


Text Example

White with #A86FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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