Html Css Color HEX #A972DB Amethyst

📋 copy color: '#A972DB'

red 169 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #A972DB

Tints of Amethyst #A972DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.63%

R = 33.67%
G = 22.71%
B = 43.63%

CMYK

 C value IS 0.23

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A972DB (or 0xA972DB) is known color: Amethyst. HEX triplet: A9, 72 and DB. RGB value is (169,114,219). Sum of RGB (Red+Green+Blue) = 169+114+219=502 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.67% from 502); Green value is 114 (44.92% from 255 or 22.71% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #A972DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972DB is #568D24. Grayscale: #8E8E8E. Windows color (decimal): -5672229 or 14381737. OLE color: 14381737.

HSL color Cylindrical-coordinate representation of color #A972DB: hue angle of 271.43º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A972DB is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 114 219 -
CMYK 0.23 0.48 0 0.14
HSL 271.43º 0.59% 0.65% -
HSV(B) 271.43º 0.48% 0.86% -
XYZ 35.17 25.58 70.1 -
YUV 142.42 171.22 146.96 -
System Red Green Blue C M Y K H S L
Decimal 169 114 219 0.23 0.48 0 0.14 271.43 0.59 0.65
Hex A9 72 DB 17 30 0 E 10F 3B 41
Octal 251 162 333 27 60 0 16 417 73 101
Binary 10101001 1110010 11011011 10111 110000 0 1110 100001111 111011 1000001

Color Harmonies of #A972DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972DB

Black with #A972DB

Text Example


Text Example

White with #A972DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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