Html Css Color HEX #A962D1 Amethyst

📋 copy color: '#A962D1'

red 169 ◦ green 98 ◦ blue 209

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

Shades of Amethyst #A962D1

Tints of Amethyst #A962D1

RGB

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

 GREEN value IS 98 (38.67% from 255) = 20.59%

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

R = 35.5%
G = 20.59%
B = 43.91%

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

#A962D1 (or 0xA962D1) is known color: Amethyst. HEX triplet: A9, 62 and D1. RGB value is (169,98,209). Sum of RGB (Red+Green+Blue) = 169+98+209=476 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.50% from 476); Green value is 98 (38.67% from 255 or 20.59% 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 #A962D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962D1 is #569D2E. Grayscale: #838383. Windows color (decimal): -5676335 or 13722281. OLE color: 13722281.

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

Color convert

RGB 169 98 209 -
CMYK 0.19 0.53 0 0.18
HSL 278.38º 0.55% 0.6% -
HSV(B) 278.38º 0.53% 0.82% -
XYZ 32.24 21.77 62.83 -
YUV 131.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 169 98 209 0.19 0.53 0 0.18 278.38 0.55 0.6
Hex A9 62 D1 13 35 0 12 116 37 3C
Octal 251 142 321 23 65 0 22 426 67 74
Binary 10101001 1100010 11010001 10011 110101 0 10010 100010110 110111 111100

Color Harmonies of #A962D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A962D1

Black with #A962D1

Text Example


Text Example

White with #A962D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A962D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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