Html Css Color HEX #AA76CE Amethyst

📋 copy color: '#AA76CE'

red 170 ◦ green 118 ◦ blue 206

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

Shades of Amethyst #AA76CE

Tints of Amethyst #AA76CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.89%

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

R = 34.41%
G = 23.89%
B = 41.7%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA76CE (or 0xAA76CE) is known color: Amethyst. HEX triplet: AA, 76 and CE. RGB value is (170,118,206). Sum of RGB (Red+Green+Blue) = 170+118+206=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 118 (46.48% from 255 or 23.89% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA76CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CE is #558931. Grayscale: #8F8F8F. Windows color (decimal): -5605682 or 13530794. OLE color: 13530794.

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

Color convert

RGB 170 118 206 -
CMYK 0.17 0.43 0 0.19
HSL 275.45º 0.47% 0.64% -
HSV(B) 275.45º 0.43% 0.81% -
XYZ 34.2 25.96 61.6 -
YUV 143.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 170 118 206 0.17 0.43 0 0.19 275.45 0.47 0.64
Hex AA 76 CE 11 2B 0 13 113 2F 40
Octal 252 166 316 21 53 0 23 423 57 100
Binary 10101010 1110110 11001110 10001 101011 0 10011 100010011 101111 1000000

Color Harmonies of #AA76CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CE

Black with #AA76CE

Text Example


Text Example

White with #AA76CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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