Html Css Color HEX #AA72DB Amethyst

📋 copy color: '#AA72DB'

red 170 ◦ green 114 ◦ blue 219

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

Shades of Amethyst #AA72DB

Tints of Amethyst #AA72DB

RGB

 RED value IS 170 (66.8% from 255) = 33.8%

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

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

R = 33.8%
G = 22.66%
B = 43.54%

CMYK

 C value IS 0.22

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA72DB (or 0xAA72DB) is known color: Amethyst. HEX triplet: AA, 72 and DB. RGB value is (170,114,219). Sum of RGB (Red+Green+Blue) = 170+114+219=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 114 (44.92% from 255 or 22.66% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AA72DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72DB is #558D24. Grayscale: #8E8E8E. Windows color (decimal): -5606693 or 14381738. OLE color: 14381738.

HSL color Cylindrical-coordinate representation of color #AA72DB: hue angle of 272º 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 #AA72DB is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 114 219 -
CMYK 0.22 0.48 0 0.14
HSL 272º 0.59% 0.65% -
HSV(B) 272º 0.48% 0.86% -
XYZ 35.38 25.7 70.11 -
YUV 142.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 170 114 219 0.22 0.48 0 0.14 272 0.59 0.65
Hex AA 72 DB 16 30 0 E 110 3B 41
Octal 252 162 333 26 60 0 16 420 73 101
Binary 10101010 1110010 11011011 10110 110000 0 1110 100010000 111011 1000001

Color Harmonies of #AA72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72DB

Black with #AA72DB

Text Example


Text Example

White with #AA72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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