Html Css Color HEX #A86ADD Amethyst

📋 copy color: '#A86ADD'

red 168 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #A86ADD

Tints of Amethyst #A86ADD

RGB

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

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

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

R = 33.94%
G = 21.41%
B = 44.65%

CMYK

 C value IS 0.24

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A86ADD (or 0xA86ADD) is known color: Amethyst. HEX triplet: A8, 6A and DD. RGB value is (168,106,221). Sum of RGB (Red+Green+Blue) = 168+106+221=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 106 (41.80% from 255 or 21.41% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #A86ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A86ADD is #579522. Grayscale: #898989. Windows color (decimal): -5739811 or 14510760. OLE color: 14510760.

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

Color convert

RGB 168 106 221 -
CMYK 0.24 0.52 0 0.13
HSL 272.35º 0.63% 0.64% -
HSV(B) 272.35º 0.52% 0.87% -
XYZ 34.35 23.85 71.2 -
YUV 137.65 175.04 149.65 -
System Red Green Blue C M Y K H S L
Decimal 168 106 221 0.24 0.52 0 0.13 272.35 0.63 0.64
Hex A8 6A DD 18 34 0 D 110 3F 40
Octal 250 152 335 30 64 0 15 420 77 100
Binary 10101000 1101010 11011101 11000 110100 0 1101 100010000 111111 1000000

Color Harmonies of #A86ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86ADD

Black with #A86ADD

Text Example


Text Example

White with #A86ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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