Html Css Color HEX #A972D0 Amethyst

📋 copy color: '#A972D0'

red 169 ◦ green 114 ◦ blue 208

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

Shades of Amethyst #A972D0

Tints of Amethyst #A972D0

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.22%

 BLUE value IS 208 (81.64% from 255) = 42.36%

R = 34.42%
G = 23.22%
B = 42.36%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A972D0 (or 0xA972D0) is known color: Amethyst. HEX triplet: A9, 72 and D0. RGB value is (169,114,208). Sum of RGB (Red+Green+Blue) = 169+114+208=491 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.42% from 491); Green value is 114 (44.92% from 255 or 23.22% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #A972D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972D0 is #568D2F. Grayscale: #8C8C8C. Windows color (decimal): -5672240 or 13660841. OLE color: 13660841.

HSL color Cylindrical-coordinate representation of color #A972D0: hue angle of 275.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A972D0 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 169 114 208 -
CMYK 0.19 0.45 0 0.18
HSL 275.11º 0.5% 0.63% -
HSV(B) 275.11º 0.45% 0.82% -
XYZ 33.76 25.02 62.72 -
YUV 141.16 165.72 147.86 -
System Red Green Blue C M Y K H S L
Decimal 169 114 208 0.19 0.45 0 0.18 275.11 0.5 0.63
Hex A9 72 D0 13 2D 0 12 113 32 3F
Octal 251 162 320 23 55 0 22 423 62 77
Binary 10101001 1110010 11010000 10011 101101 0 10010 100010011 110010 111111

Color Harmonies of #A972D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972D0

Black with #A972D0

Text Example


Text Example

White with #A972D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972D0; }

 p { color: rgb(169,114,208); }

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

background-color css

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

 a { background-color: rgb(169,114,208); }

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

border-color css

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

 span { border-color: rgb(169,114,208); }

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