Html Css Color HEX #AA76CA Amethyst

📋 copy color: '#AA76CA'

red 170 ◦ green 118 ◦ blue 202

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

Shades of Amethyst #AA76CA

Tints of Amethyst #AA76CA

RGB

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

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

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

R = 34.69%
G = 24.08%
B = 41.22%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA76CA (or 0xAA76CA) is known color: Amethyst. HEX triplet: AA, 76 and CA. RGB value is (170,118,202). Sum of RGB (Red+Green+Blue) = 170+118+202=490 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.69% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA76CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CA is #558935. Grayscale: #8E8E8E. Windows color (decimal): -5605686 or 13268650. OLE color: 13268650.

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

Color convert

RGB 170 118 202 -
CMYK 0.16 0.42 0 0.21
HSL 277.14º 0.44% 0.63% -
HSV(B) 277.14º 0.42% 0.79% -
XYZ 33.72 25.77 59.07 -
YUV 143.12 161.23 147.17 -
System Red Green Blue C M Y K H S L
Decimal 170 118 202 0.16 0.42 0 0.21 277.14 0.44 0.63
Hex AA 76 CA 10 2A 0 15 115 2C 3F
Octal 252 166 312 20 52 0 25 425 54 77
Binary 10101010 1110110 11001010 10000 101010 0 10101 100010101 101100 111111

Color Harmonies of #AA76CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CA

Black with #AA76CA

Text Example


Text Example

White with #AA76CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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