Html Css Color HEX #AA76CC Amethyst

📋 copy color: '#AA76CC'

red 170 ◦ green 118 ◦ blue 204

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

Shades of Amethyst #AA76CC

Tints of Amethyst #AA76CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.46%

R = 34.55%
G = 23.98%
B = 41.46%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AA76CC (or 0xAA76CC) is known color: Amethyst. HEX triplet: AA, 76 and CC. RGB value is (170,118,204). Sum of RGB (Red+Green+Blue) = 170+118+204=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 118 (46.48% from 255 or 23.98% from 492); Blue value is 204 (80.08% from 255 or 41.46% from 492); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA76CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CC is #558933. Grayscale: #8F8F8F. Windows color (decimal): -5605684 or 13399722. OLE color: 13399722.

HSL color Cylindrical-coordinate representation of color #AA76CC: hue angle of 276.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA76CC is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 118 204 -
CMYK 0.17 0.42 0 0.2
HSL 276.28º 0.46% 0.63% -
HSV(B) 276.28º 0.42% 0.8% -
XYZ 33.96 25.86 60.33 -
YUV 143.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 170 118 204 0.17 0.42 0 0.2 276.28 0.46 0.63
Hex AA 76 CC 11 2A 0 14 114 2E 3F
Octal 252 166 314 21 52 0 24 424 56 77
Binary 10101010 1110110 11001100 10001 101010 0 10100 100010100 101110 111111

Color Harmonies of #AA76CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CC

Black with #AA76CC

Text Example


Text Example

White with #AA76CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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