Html Css Color HEX #A973DA Amethyst

📋 copy color: '#A973DA'

red 169 ◦ green 115 ◦ blue 218

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

Shades of Amethyst #A973DA

Tints of Amethyst #A973DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.43%

R = 33.67%
G = 22.91%
B = 43.43%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A973DA (or 0xA973DA) is known color: Amethyst. HEX triplet: A9, 73 and DA. RGB value is (169,115,218). Sum of RGB (Red+Green+Blue) = 169+115+218=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 115 (45.31% from 255 or 22.91% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #A973DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A973DA is #568C25. Grayscale: #8E8E8E. Windows color (decimal): -5671974 or 14316457. OLE color: 14316457.

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

Color convert

RGB 169 115 218 -
CMYK 0.22 0.47 0 0.15
HSL 271.46º 0.58% 0.65% -
HSV(B) 271.46º 0.47% 0.85% -
XYZ 35.15 25.76 69.45 -
YUV 142.89 170.39 146.62 -
System Red Green Blue C M Y K H S L
Decimal 169 115 218 0.22 0.47 0 0.15 271.46 0.58 0.65
Hex A9 73 DA 16 2F 0 F 10F 3A 41
Octal 251 163 332 26 57 0 17 417 72 101
Binary 10101001 1110011 11011010 10110 101111 0 1111 100001111 111010 1000001

Color Harmonies of #A973DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A973DA

Black with #A973DA

Text Example


Text Example

White with #A973DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A973DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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