Html Css Color HEX #AA70CF Amethyst

📋 copy color: '#AA70CF'

red 170 ◦ green 112 ◦ blue 207

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

Shades of Amethyst #AA70CF

Tints of Amethyst #AA70CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 42.33%

R = 34.76%
G = 22.9%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA70CF (or 0xAA70CF) is known color: Amethyst. HEX triplet: AA, 70 and CF. RGB value is (170,112,207). Sum of RGB (Red+Green+Blue) = 170+112+207=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA70CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA70CF is #558F30. Grayscale: #8B8B8B. Windows color (decimal): -5607217 or 13594794. OLE color: 13594794.

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

Color convert

RGB 170 112 207 -
CMYK 0.18 0.46 0 0.19
HSL 276.63º 0.5% 0.63% -
HSV(B) 276.63º 0.46% 0.81% -
XYZ 33.63 24.64 62.01 -
YUV 140.17 165.72 149.28 -
System Red Green Blue C M Y K H S L
Decimal 170 112 207 0.18 0.46 0 0.19 276.63 0.5 0.63
Hex AA 70 CF 12 2E 0 13 115 32 3F
Octal 252 160 317 22 56 0 23 425 62 77
Binary 10101010 1110000 11001111 10010 101110 0 10011 100010101 110010 111111

Color Harmonies of #AA70CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA70CF

Black with #AA70CF

Text Example


Text Example

White with #AA70CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA70CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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