Html Css Color HEX #AA70CA Amethyst

📋 copy color: '#AA70CA'

red 170 ◦ green 112 ◦ blue 202

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

Shades of Amethyst #AA70CA

Tints of Amethyst #AA70CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 41.74%

R = 35.12%
G = 23.14%
B = 41.74%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA70CA (or 0xAA70CA) is known color: Amethyst. HEX triplet: AA, 70 and CA. RGB value is (170,112,202). Sum of RGB (Red+Green+Blue) = 170+112+202=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 202 (79.30% from 255 or 41.74% from 484); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA70CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70CA is #558F35. Grayscale: #8B8B8B. Windows color (decimal): -5607222 or 13267114. OLE color: 13267114.

HSL color Cylindrical-coordinate representation of color #AA70CA: hue angle of 278.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA70CA is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 112 202 -
CMYK 0.16 0.45 0 0.21
HSL 278.67º 0.46% 0.62% -
HSV(B) 278.67º 0.45% 0.79% -
XYZ 33.03 24.4 58.85 -
YUV 139.6 163.22 149.68 -
System Red Green Blue C M Y K H S L
Decimal 170 112 202 0.16 0.45 0 0.21 278.67 0.46 0.62
Hex AA 70 CA 10 2D 0 15 117 2E 3E
Octal 252 160 312 20 55 0 25 427 56 76
Binary 10101010 1110000 11001010 10000 101101 0 10101 100010111 101110 111110

Color Harmonies of #AA70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70CA

Black with #AA70CA

Text Example


Text Example

White with #AA70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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