Html Css Color HEX #A86FDD Amethyst

📋 copy color: '#A86FDD'

red 168 ◦ green 111 ◦ blue 221

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

Shades of Amethyst #A86FDD

Tints of Amethyst #A86FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 33.6%
G = 22.2%
B = 44.2%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86FDD (or 0xA86FDD) is known color: Amethyst. HEX triplet: A8, 6F and DD. RGB value is (168,111,221). Sum of RGB (Red+Green+Blue) = 168+111+221=500 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.6% from 500); Green value is 111 (43.75% from 255 or 22.2% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #A86FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FDD is #579022. Grayscale: #8C8C8C. Windows color (decimal): -5738531 or 14512040. OLE color: 14512040.

HSL color Cylindrical-coordinate representation of color #A86FDD: hue angle of 271.09º degrees, saturation: 0.62, 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 #A86FDD is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 111 221 -
CMYK 0.24 0.50 0 0.13
HSL 271.09º 0.62% 0.65% -
HSV(B) 271.09º 0.5% 0.87% -
XYZ 34.88 24.91 71.38 -
YUV 140.58 173.38 147.56 -
System Red Green Blue C M Y K H S L
Decimal 168 111 221 0.24 0.50 0 0.13 271.09 0.62 0.65
Hex A8 6F DD 18 32 0 D 10F 3E 41
Octal 250 157 335 30 62 0 15 417 76 101
Binary 10101000 1101111 11011101 11000 110010 0 1101 100001111 111110 1000001

Color Harmonies of #A86FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FDD

Black with #A86FDD

Text Example


Text Example

White with #A86FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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