Html Css Color HEX #A963D1 Amethyst

📋 copy color: '#A963D1'

red 169 ◦ green 99 ◦ blue 209

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

Shades of Amethyst #A963D1

Tints of Amethyst #A963D1

RGB

 RED value IS 169 (66.41% from 255) = 35.43%

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

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

R = 35.43%
G = 20.75%
B = 43.82%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A963D1 (or 0xA963D1) is known color: Amethyst. HEX triplet: A9, 63 and D1. RGB value is (169,99,209). Sum of RGB (Red+Green+Blue) = 169+99+209=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 99 (39.06% from 255 or 20.75% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 209 - color contains mainly: blue. Hex color #A963D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A963D1 is #569C2E. Grayscale: #848484. Windows color (decimal): -5676079 or 13722537. OLE color: 13722537.

HSL color Cylindrical-coordinate representation of color #A963D1: hue angle of 278.18º 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 #A963D1 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 99 209 -
CMYK 0.19 0.53 0 0.18
HSL 278.18º 0.54% 0.6% -
HSV(B) 278.18º 0.53% 0.82% -
XYZ 32.33 21.96 62.86 -
YUV 132.47 171.19 154.06 -
System Red Green Blue C M Y K H S L
Decimal 169 99 209 0.19 0.53 0 0.18 278.18 0.54 0.6
Hex A9 63 D1 13 35 0 12 116 36 3C
Octal 251 143 321 23 65 0 22 426 66 74
Binary 10101001 1100011 11010001 10011 110101 0 10010 100010110 110110 111100

Color Harmonies of #A963D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A963D1

Black with #A963D1

Text Example


Text Example

White with #A963D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A963D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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