Html Css Color HEX #A86DCD Amethyst

📋 copy color: '#A86DCD'

red 168 ◦ green 109 ◦ blue 205

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

Shades of Amethyst #A86DCD

Tints of Amethyst #A86DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 42.53%

R = 34.85%
G = 22.61%
B = 42.53%

CMYK

 C value IS 0.18

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A86DCD (or 0xA86DCD) is known color: Amethyst. HEX triplet: A8, 6D and CD. RGB value is (168,109,205). Sum of RGB (Red+Green+Blue) = 168+109+205=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 109 (42.97% from 255 or 22.61% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #A86DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86DCD is #579232. Grayscale: #898989. Windows color (decimal): -5739059 or 13462952. OLE color: 13462952.

HSL color Cylindrical-coordinate representation of color #A86DCD: hue angle of 276.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A86DCD is Cyan = 0.18, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 109 205 -
CMYK 0.18 0.47 0 0.20
HSL 276.88º 0.49% 0.62% -
HSV(B) 276.88º 0.47% 0.8% -
XYZ 32.64 23.67 60.61 -
YUV 137.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 168 109 205 0.18 0.47 0 0.20 276.88 0.49 0.62
Hex A8 6D CD 12 2F 0 14 115 31 3E
Octal 250 155 315 22 57 0 24 425 61 76
Binary 10101000 1101101 11001101 10010 101111 0 10100 100010101 110001 111110

Color Harmonies of #A86DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86DCD

Black with #A86DCD

Text Example


Text Example

White with #A86DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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