Html Css Color HEX #AA76CB Amethyst

📋 copy color: '#AA76CB'

red 170 ◦ green 118 ◦ blue 203

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

Shades of Amethyst #AA76CB

Tints of Amethyst #AA76CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.34%

R = 34.62%
G = 24.03%
B = 41.34%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA76CB (or 0xAA76CB) is known color: Amethyst. HEX triplet: AA, 76 and CB. RGB value is (170,118,203). Sum of RGB (Red+Green+Blue) = 170+118+203=491 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.62% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 203 - color contains mainly: blue. Hex color #AA76CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CB is #558934. Grayscale: #8E8E8E. Windows color (decimal): -5605685 or 13334186. OLE color: 13334186.

HSL color Cylindrical-coordinate representation of color #AA76CB: hue angle of 276.71º degrees, saturation: 0.45, 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 #AA76CB is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 118 203 -
CMYK 0.16 0.42 0 0.20
HSL 276.71º 0.45% 0.63% -
HSV(B) 276.71º 0.42% 0.8% -
XYZ 33.84 25.81 59.7 -
YUV 143.24 161.73 147.09 -
System Red Green Blue C M Y K H S L
Decimal 170 118 203 0.16 0.42 0 0.20 276.71 0.45 0.63
Hex AA 76 CB 10 2A 0 14 115 2D 3F
Octal 252 166 313 20 52 0 24 425 55 77
Binary 10101010 1110110 11001011 10000 101010 0 10100 100010101 101101 111111

Color Harmonies of #AA76CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CB

Black with #AA76CB

Text Example


Text Example

White with #AA76CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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