Html Css Color HEX #AA76CD Amethyst

📋 copy color: '#AA76CD'

red 170 ◦ green 118 ◦ blue 205

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

Shades of Amethyst #AA76CD

Tints of Amethyst #AA76CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 41.58%

R = 34.48%
G = 23.94%
B = 41.58%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AA76CD (or 0xAA76CD) is known color: Amethyst. HEX triplet: AA, 76 and CD. RGB value is (170,118,205). Sum of RGB (Red+Green+Blue) = 170+118+205=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA76CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA76CD is #558932. Grayscale: #8F8F8F. Windows color (decimal): -5605683 or 13465258. OLE color: 13465258.

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

Color convert

RGB 170 118 205 -
CMYK 0.17 0.42 0 0.20
HSL 275.86º 0.47% 0.63% -
HSV(B) 275.86º 0.42% 0.8% -
XYZ 34.08 25.91 60.96 -
YUV 143.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 170 118 205 0.17 0.42 0 0.20 275.86 0.47 0.63
Hex AA 76 CD 11 2A 0 14 114 2F 3F
Octal 252 166 315 21 52 0 24 424 57 77
Binary 10101010 1110110 11001101 10001 101010 0 10100 100010100 101111 111111

Color Harmonies of #AA76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA76CD

Black with #AA76CD

Text Example


Text Example

White with #AA76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA76CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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