Html Css Color HEX #A863D1 Amethyst

📋 copy color: '#A863D1'

red 168 ◦ green 99 ◦ blue 209

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

Shades of Amethyst #A863D1

Tints of Amethyst #A863D1

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.8%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 35.29%
G = 20.8%
B = 43.91%

CMYK

 C value IS 0.20

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A863D1 (or 0xA863D1) is known color: Amethyst. HEX triplet: A8, 63 and D1. RGB value is (168,99,209). Sum of RGB (Red+Green+Blue) = 168+99+209=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 99 (39.06% from 255 or 20.80% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #A863D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A863D1 is #579C2E. Grayscale: #838383. Windows color (decimal): -5741615 or 13722536. OLE color: 13722536.

HSL color Cylindrical-coordinate representation of color #A863D1: hue angle of 277.64º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A863D1 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 168 99 209 -
CMYK 0.20 0.53 0 0.18
HSL 277.64º 0.54% 0.6% -
HSV(B) 277.64º 0.53% 0.82% -
XYZ 32.12 21.85 62.85 -
YUV 132.17 171.36 153.56 -
System Red Green Blue C M Y K H S L
Decimal 168 99 209 0.20 0.53 0 0.18 277.64 0.54 0.6
Hex A8 63 D1 14 35 0 12 116 36 3C
Octal 250 143 321 24 65 0 22 426 66 74
Binary 10101000 1100011 11010001 10100 110101 0 10010 100010110 110110 111100

Color Harmonies of #A863D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A863D1

Black with #A863D1

Text Example


Text Example

White with #A863D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A863D1; }

 p { color: rgb(168,99,209); }

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

background-color css

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

 a { background-color: rgb(168,99,209); }

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

border-color css

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

 span { border-color: rgb(168,99,209); }

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