Html Css Color HEX #AA77CD Amethyst

📋 copy color: '#AA77CD'

red 170 ◦ green 119 ◦ blue 205

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

Shades of Amethyst #AA77CD

Tints of Amethyst #AA77CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.09%

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

R = 34.41%
G = 24.09%
B = 41.5%

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

#AA77CD (or 0xAA77CD) is known color: Amethyst. HEX triplet: AA, 77 and CD. RGB value is (170,119,205). Sum of RGB (Red+Green+Blue) = 170+119+205=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #AA77CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA77CD is #558832. Grayscale: #8F8F8F. Windows color (decimal): -5605427 or 13465514. OLE color: 13465514.

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

Color convert

RGB 170 119 205 -
CMYK 0.17 0.42 0 0.20
HSL 275.58º 0.46% 0.64% -
HSV(B) 275.58º 0.42% 0.8% -
XYZ 34.19 26.15 61 -
YUV 144.05 162.4 146.51 -
System Red Green Blue C M Y K H S L
Decimal 170 119 205 0.17 0.42 0 0.20 275.58 0.46 0.64
Hex AA 77 CD 11 2A 0 14 114 2E 40
Octal 252 167 315 21 52 0 24 424 56 100
Binary 10101010 1110111 11001101 10001 101010 0 10100 100010100 101110 1000000

Color Harmonies of #AA77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA77CD

Black with #AA77CD

Text Example


Text Example

White with #AA77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA77CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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