Html Css Color HEX #A86ADC Amethyst

📋 copy color: '#A86ADC'

red 168 ◦ green 106 ◦ blue 220

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

Shades of Amethyst #A86ADC

Tints of Amethyst #A86ADC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.46%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 34.01%
G = 21.46%
B = 44.53%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A86ADC (or 0xA86ADC) is known color: Amethyst. HEX triplet: A8, 6A and DC. RGB value is (168,106,220). Sum of RGB (Red+Green+Blue) = 168+106+220=494 (65% of max value = 765). Red value is 168 (66.02% from 255 or 34.01% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #A86ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADC is #579523. Grayscale: #898989. Windows color (decimal): -5739812 or 14445224. OLE color: 14445224.

HSL color Cylindrical-coordinate representation of color #A86ADC: hue angle of 272.63º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A86ADC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 106 220 -
CMYK 0.24 0.52 0 0.14
HSL 272.63º 0.62% 0.64% -
HSV(B) 272.63º 0.52% 0.86% -
XYZ 34.22 23.8 70.5 -
YUV 137.53 174.54 149.73 -
System Red Green Blue C M Y K H S L
Decimal 168 106 220 0.24 0.52 0 0.14 272.63 0.62 0.64
Hex A8 6A DC 18 34 0 E 111 3E 40
Octal 250 152 334 30 64 0 16 421 76 100
Binary 10101000 1101010 11011100 11000 110100 0 1110 100010001 111110 1000000

Color Harmonies of #A86ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ADC

Black with #A86ADC

Text Example


Text Example

White with #A86ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ADC; }

 p { color: rgb(168,106,220); }

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

background-color css

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

 a { background-color: rgb(168,106,220); }

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

border-color css

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

 span { border-color: rgb(168,106,220); }

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