Html Css Color HEX #A86FDE Amethyst

📋 copy color: '#A86FDE'

red 168 ◦ green 111 ◦ blue 222

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

Shades of Amethyst #A86FDE

Tints of Amethyst #A86FDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 44.31%

R = 33.53%
G = 22.16%
B = 44.31%

CMYK

 C value IS 0.24

 M value IS 0.5

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86FDE (or 0xA86FDE) is known color: Amethyst. HEX triplet: A8, 6F and DE. RGB value is (168,111,222). Sum of RGB (Red+Green+Blue) = 168+111+222=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 222 (87.11% from 255 or 44.31% from 501); Max value from RGB is 222 - color contains mainly: blue. Hex color #A86FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86FDE is #579021. Grayscale: #8C8C8C. Windows color (decimal): -5738530 or 14577576. OLE color: 14577576.

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

Color convert

RGB 168 111 222 -
CMYK 0.24 0.5 0 0.13
HSL 270.81º 0.63% 0.65% -
HSV(B) 270.81º 0.5% 0.87% -
XYZ 35.02 24.97 72.08 -
YUV 140.7 173.88 147.47 -
System Red Green Blue C M Y K H S L
Decimal 168 111 222 0.24 0.5 0 0.13 270.81 0.63 0.65
Hex A8 6F DE 18 32 0 D 10F 3F 41
Octal 250 157 336 30 62 0 15 417 77 101
Binary 10101000 1101111 11011110 11000 110010 0 1101 100001111 111111 1000001

Color Harmonies of #A86FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86FDE

Black with #A86FDE

Text Example


Text Example

White with #A86FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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