Html Css Color HEX #AA70D8 Amethyst

📋 copy color: '#AA70D8'

red 170 ◦ green 112 ◦ blue 216

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

Shades of Amethyst #AA70D8

Tints of Amethyst #AA70D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 43.37%

R = 34.14%
G = 22.49%
B = 43.37%

CMYK

 C value IS 0.21

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA70D8 (or 0xAA70D8) is known color: Amethyst. HEX triplet: AA, 70 and D8. RGB value is (170,112,216). Sum of RGB (Red+Green+Blue) = 170+112+216=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 112 (44.14% from 255 or 22.49% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70D8 is #558F27. Grayscale: #8C8C8C. Windows color (decimal): -5607208 or 14184618. OLE color: 14184618.

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

Color convert

RGB 170 112 216 -
CMYK 0.21 0.48 0 0.15
HSL 273.46º 0.57% 0.64% -
HSV(B) 273.46º 0.48% 0.85% -
XYZ 34.77 25.09 67.98 -
YUV 141.2 170.22 148.54 -
System Red Green Blue C M Y K H S L
Decimal 170 112 216 0.21 0.48 0 0.15 273.46 0.57 0.64
Hex AA 70 D8 15 30 0 F 111 39 40
Octal 252 160 330 25 60 0 17 421 71 100
Binary 10101010 1110000 11011000 10101 110000 0 1111 100010001 111001 1000000

Color Harmonies of #AA70D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70D8

Black with #AA70D8

Text Example


Text Example

White with #AA70D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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