Html Css Color HEX #A961D9 Amethyst

📋 copy color: '#A961D9'

red 169 ◦ green 97 ◦ blue 217

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

Shades of Amethyst #A961D9

Tints of Amethyst #A961D9

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.08%

 BLUE value IS 217 (85.16% from 255) = 44.93%

R = 34.99%
G = 20.08%
B = 44.93%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A961D9 (or 0xA961D9) is known color: Amethyst. HEX triplet: A9, 61 and D9. RGB value is (169,97,217). Sum of RGB (Red+Green+Blue) = 169+97+217=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 217 - color contains mainly: blue. Hex color #A961D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A961D9 is #569E26. Grayscale: #838383. Windows color (decimal): -5676583 or 14246313. OLE color: 14246313.

HSL color Cylindrical-coordinate representation of color #A961D9: hue angle of 276º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A961D9 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 97 217 -
CMYK 0.22 0.55 0 0.15
HSL 276º 0.61% 0.62% -
HSV(B) 276º 0.55% 0.85% -
XYZ 33.16 21.99 68.14 -
YUV 132.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 169 97 217 0.22 0.55 0 0.15 276 0.61 0.62
Hex A9 61 D9 16 37 0 F 114 3D 3E
Octal 251 141 331 26 67 0 17 424 75 76
Binary 10101001 1100001 11011001 10110 110111 0 1111 100010100 111101 111110

Color Harmonies of #A961D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A961D9

Black with #A961D9

Text Example


Text Example

White with #A961D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A961D9; }

 p { color: rgb(169,97,217); }

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

background-color css

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

 a { background-color: rgb(169,97,217); }

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

border-color css

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

 span { border-color: rgb(169,97,217); }

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