Html Css Color HEX #AA72D1 Amethyst

📋 copy color: '#AA72D1'

red 170 ◦ green 114 ◦ blue 209

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

Shades of Amethyst #AA72D1

Tints of Amethyst #AA72D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.39%

R = 34.48%
G = 23.12%
B = 42.39%

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

#AA72D1 (or 0xAA72D1) is known color: Amethyst. HEX triplet: AA, 72 and D1. RGB value is (170,114,209). Sum of RGB (Red+Green+Blue) = 170+114+209=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 114 (44.92% from 255 or 23.12% from 493); Blue value is 209 (82.03% from 255 or 42.39% from 493); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA72D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72D1 is #558D2E. Grayscale: #8D8D8D. Windows color (decimal): -5606703 or 13726378. OLE color: 13726378.

HSL color Cylindrical-coordinate representation of color #AA72D1: hue angle of 275.37º degrees, saturation: 0.51, 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 #AA72D1 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 114 209 -
CMYK 0.19 0.45 0 0.18
HSL 275.37º 0.51% 0.63% -
HSV(B) 275.37º 0.45% 0.82% -
XYZ 34.1 25.18 63.39 -
YUV 141.57 166.05 148.28 -
System Red Green Blue C M Y K H S L
Decimal 170 114 209 0.19 0.45 0 0.18 275.37 0.51 0.63
Hex AA 72 D1 13 2D 0 12 113 33 3F
Octal 252 162 321 23 55 0 22 423 63 77
Binary 10101010 1110010 11010001 10011 101101 0 10010 100010011 110011 111111

Color Harmonies of #AA72D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72D1

Black with #AA72D1

Text Example


Text Example

White with #AA72D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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