Html Css Color HEX #AA70CE Amethyst

📋 copy color: '#AA70CE'

red 170 ◦ green 112 ◦ blue 206

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

Shades of Amethyst #AA70CE

Tints of Amethyst #AA70CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.21%

R = 34.84%
G = 22.95%
B = 42.21%

CMYK

 C value IS 0.17

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA70CE (or 0xAA70CE) is known color: Amethyst. HEX triplet: AA, 70 and CE. RGB value is (170,112,206). Sum of RGB (Red+Green+Blue) = 170+112+206=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 112 (44.14% from 255 or 22.95% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA70CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70CE is #558F31. Grayscale: #8B8B8B. Windows color (decimal): -5607218 or 13529258. OLE color: 13529258.

HSL color Cylindrical-coordinate representation of color #AA70CE: hue angle of 277.02º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA70CE is Cyan = 0.17, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 112 206 -
CMYK 0.17 0.46 0 0.19
HSL 277.02º 0.49% 0.62% -
HSV(B) 277.02º 0.46% 0.81% -
XYZ 33.51 24.59 61.37 -
YUV 140.06 165.22 149.36 -
System Red Green Blue C M Y K H S L
Decimal 170 112 206 0.17 0.46 0 0.19 277.02 0.49 0.62
Hex AA 70 CE 11 2E 0 13 115 31 3E
Octal 252 160 316 21 56 0 23 425 61 76
Binary 10101010 1110000 11001110 10001 101110 0 10011 100010101 110001 111110

Color Harmonies of #AA70CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70CE

Black with #AA70CE

Text Example


Text Example

White with #AA70CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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