Html Css Color HEX #AA72C7 Amethyst

📋 copy color: '#AA72C7'

red 170 ◦ green 114 ◦ blue 199

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

Shades of Amethyst #AA72C7

Tints of Amethyst #AA72C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 41.2%

R = 35.2%
G = 23.6%
B = 41.2%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AA72C7 (or 0xAA72C7) is known color: Amethyst. HEX triplet: AA, 72 and C7. RGB value is (170,114,199). Sum of RGB (Red+Green+Blue) = 170+114+199=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 199 (78.12% from 255 or 41.20% from 483); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA72C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA72C7 is #558D38. Grayscale: #8C8C8C. Windows color (decimal): -5606713 or 13071018. OLE color: 13071018.

HSL color Cylindrical-coordinate representation of color #AA72C7: hue angle of 279.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA72C7 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 114 199 -
CMYK 0.15 0.43 0 0.22
HSL 279.53º 0.43% 0.61% -
HSV(B) 279.53º 0.43% 0.78% -
XYZ 32.9 24.7 57.07 -
YUV 140.43 161.05 149.09 -
System Red Green Blue C M Y K H S L
Decimal 170 114 199 0.15 0.43 0 0.22 279.53 0.43 0.61
Hex AA 72 C7 F 2B 0 16 118 2B 3D
Octal 252 162 307 17 53 0 26 430 53 75
Binary 10101010 1110010 11000111 1111 101011 0 10110 100011000 101011 111101

Color Harmonies of #AA72C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA72C7

Black with #AA72C7

Text Example


Text Example

White with #AA72C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA72C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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