Html Css Color HEX #AA72DF Amethyst

📋 copy color: '#AA72DF'

red 170 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #AA72DF

Tints of Amethyst #AA72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.98%

R = 33.53%
G = 22.49%
B = 43.98%

CMYK

 C value IS 0.24

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA72DF (or 0xAA72DF) is known color: Amethyst. HEX triplet: AA, 72 and DF. RGB value is (170,114,223). Sum of RGB (Red+Green+Blue) = 170+114+223=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72DF is #558D20. Grayscale: #8E8E8E. Windows color (decimal): -5606689 or 14643882. OLE color: 14643882.

HSL color Cylindrical-coordinate representation of color #AA72DF: hue angle of 270.83º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AA72DF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 114 223 -
CMYK 0.24 0.49 0 0.13
HSL 270.83º 0.63% 0.66% -
HSV(B) 270.83º 0.49% 0.87% -
XYZ 35.91 25.91 72.92 -
YUV 143.17 173.05 147.14 -
System Red Green Blue C M Y K H S L
Decimal 170 114 223 0.24 0.49 0 0.13 270.83 0.63 0.66
Hex AA 72 DF 18 31 0 D 10F 3F 42
Octal 252 162 337 30 61 0 15 417 77 102
Binary 10101010 1110010 11011111 11000 110001 0 1101 100001111 111111 1000010

Color Harmonies of #AA72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72DF

Black with #AA72DF

Text Example


Text Example

White with #AA72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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