Html Css Color HEX #AA70E0 Amethyst

📋 copy color: '#AA70E0'

red 170 ◦ green 112 ◦ blue 224

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

Shades of Amethyst #AA70E0

Tints of Amethyst #AA70E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.27%

R = 33.6%
G = 22.13%
B = 44.27%

CMYK

 C value IS 0.24

 M value IS 0.50

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AA70E0 (or 0xAA70E0) is known color: Amethyst. HEX triplet: AA, 70 and E0. RGB value is (170,112,224). Sum of RGB (Red+Green+Blue) = 170+112+224=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #AA70E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70E0 is #558F1F. Grayscale: #8D8D8D. Windows color (decimal): -5607200 or 14708906. OLE color: 14708906.

HSL color Cylindrical-coordinate representation of color #AA70E0: hue angle of 271.07º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA70E0 is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 170 112 224 -
CMYK 0.24 0.50 0 0.12
HSL 271.07º 0.64% 0.66% -
HSV(B) 271.07º 0.5% 0.88% -
XYZ 35.83 25.52 73.56 -
YUV 142.11 174.22 147.89 -
System Red Green Blue C M Y K H S L
Decimal 170 112 224 0.24 0.50 0 0.12 271.07 0.64 0.66
Hex AA 70 E0 18 32 0 C 10F 40 42
Octal 252 160 340 30 62 0 14 417 100 102
Binary 10101010 1110000 11100000 11000 110010 0 1100 100001111 1000000 1000010

Color Harmonies of #AA70E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70E0

Black with #AA70E0

Text Example


Text Example

White with #AA70E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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