Html Css Color HEX #A86DDA Amethyst

📋 copy color: '#A86DDA'

red 168 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #A86DDA

Tints of Amethyst #A86DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.04%

R = 33.94%
G = 22.02%
B = 44.04%

CMYK

 C value IS 0.23

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A86DDA (or 0xA86DDA) is known color: Amethyst. HEX triplet: A8, 6D and DA. RGB value is (168,109,218). Sum of RGB (Red+Green+Blue) = 168+109+218=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 218 (85.55% from 255 or 44.04% from 495); Max value from RGB is 218 - color contains mainly: blue. Hex color #A86DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DDA is #579225. Grayscale: #8A8A8A. Windows color (decimal): -5739046 or 14314920. OLE color: 14314920.

HSL color Cylindrical-coordinate representation of color #A86DDA: hue angle of 272.48º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A86DDA is Cyan = 0.23, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 109 218 -
CMYK 0.23 0.5 0 0.15
HSL 272.48º 0.6% 0.64% -
HSV(B) 272.48º 0.5% 0.85% -
XYZ 34.27 24.32 69.22 -
YUV 139.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 168 109 218 0.23 0.5 0 0.15 272.48 0.6 0.64
Hex A8 6D DA 17 32 0 F 110 3C 40
Octal 250 155 332 27 62 0 17 420 74 100
Binary 10101000 1101101 11011010 10111 110010 0 1111 100010000 111100 1000000

Color Harmonies of #A86DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DDA

Black with #A86DDA

Text Example


Text Example

White with #A86DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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