Html Css Color HEX #AA70D7 Amethyst

📋 copy color: '#AA70D7'

red 170 ◦ green 112 ◦ blue 215

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

Shades of Amethyst #AA70D7

Tints of Amethyst #AA70D7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.54%

 BLUE value IS 215 (84.38% from 255) = 43.26%

R = 34.21%
G = 22.54%
B = 43.26%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA70D7 (or 0xAA70D7) is known color: Amethyst. HEX triplet: AA, 70 and D7. RGB value is (170,112,215). Sum of RGB (Red+Green+Blue) = 170+112+215=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #AA70D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70D7 is #558F28. Grayscale: #8C8C8C. Windows color (decimal): -5607209 or 14119082. OLE color: 14119082.

HSL color Cylindrical-coordinate representation of color #AA70D7: hue angle of 273.79º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA70D7 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 112 215 -
CMYK 0.21 0.48 0 0.16
HSL 273.79º 0.56% 0.64% -
HSV(B) 273.79º 0.48% 0.84% -
XYZ 34.64 25.04 67.3 -
YUV 141.08 169.72 148.62 -
System Red Green Blue C M Y K H S L
Decimal 170 112 215 0.21 0.48 0 0.16 273.79 0.56 0.64
Hex AA 70 D7 15 30 0 10 112 38 40
Octal 252 160 327 25 60 0 20 422 70 100
Binary 10101010 1110000 11010111 10101 110000 0 10000 100010010 111000 1000000

Color Harmonies of #AA70D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70D7

Black with #AA70D7

Text Example


Text Example

White with #AA70D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70D7; }

 p { color: rgb(170,112,215); }

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

background-color css

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

 a { background-color: rgb(170,112,215); }

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

border-color css

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

 span { border-color: rgb(170,112,215); }

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