Html Css Color HEX #A973DD Amethyst

📋 copy color: '#A973DD'

red 169 ◦ green 115 ◦ blue 221

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

Shades of Amethyst #A973DD

Tints of Amethyst #A973DD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 22.77%

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

R = 33.47%
G = 22.77%
B = 43.76%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A973DD (or 0xA973DD) is known color: Amethyst. HEX triplet: A9, 73 and DD. RGB value is (169,115,221). Sum of RGB (Red+Green+Blue) = 169+115+221=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #A973DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973DD is #568C22. Grayscale: #8E8E8E. Windows color (decimal): -5671971 or 14513065. OLE color: 14513065.

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

Color convert

RGB 169 115 221 -
CMYK 0.24 0.48 0 0.13
HSL 270.57º 0.61% 0.66% -
HSV(B) 270.57º 0.48% 0.87% -
XYZ 35.54 25.92 71.54 -
YUV 143.23 171.89 146.38 -
System Red Green Blue C M Y K H S L
Decimal 169 115 221 0.24 0.48 0 0.13 270.57 0.61 0.66
Hex A9 73 DD 18 30 0 D 10F 3D 42
Octal 251 163 335 30 60 0 15 417 75 102
Binary 10101001 1110011 11011101 11000 110000 0 1101 100001111 111101 1000010

Color Harmonies of #A973DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A973DD

Black with #A973DD

Text Example


Text Example

White with #A973DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A973DD; }

 p { color: rgb(169,115,221); }

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

background-color css

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

 a { background-color: rgb(169,115,221); }

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

border-color css

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

 span { border-color: rgb(169,115,221); }

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