Html Css Color HEX #AA71CE Amethyst

📋 copy color: '#AA71CE'

red 170 ◦ green 113 ◦ blue 206

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

Shades of Amethyst #AA71CE

Tints of Amethyst #AA71CE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.11%

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

R = 34.76%
G = 23.11%
B = 42.13%

CMYK

 C value IS 0.17

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA71CE (or 0xAA71CE) is known color: Amethyst. HEX triplet: AA, 71 and CE. RGB value is (170,113,206). Sum of RGB (Red+Green+Blue) = 170+113+206=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 113 (44.53% from 255 or 23.11% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA71CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA71CE is #558E31. Grayscale: #8C8C8C. Windows color (decimal): -5606962 or 13529514. OLE color: 13529514.

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

Color convert

RGB 170 113 206 -
CMYK 0.17 0.45 0 0.19
HSL 276.77º 0.49% 0.63% -
HSV(B) 276.77º 0.45% 0.81% -
XYZ 33.62 24.81 61.41 -
YUV 140.65 164.88 148.94 -
System Red Green Blue C M Y K H S L
Decimal 170 113 206 0.17 0.45 0 0.19 276.77 0.49 0.63
Hex AA 71 CE 11 2D 0 13 115 31 3F
Octal 252 161 316 21 55 0 23 425 61 77
Binary 10101010 1110001 11001110 10001 101101 0 10011 100010101 110001 111111

Color Harmonies of #AA71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA71CE

Black with #AA71CE

Text Example


Text Example

White with #AA71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA71CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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