Html Css Color HEX #AA7AD8 Amethyst

📋 copy color: '#AA7AD8'

red 170 ◦ green 122 ◦ blue 216

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

Shades of Amethyst #AA7AD8

Tints of Amethyst #AA7AD8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.02%

 BLUE value IS 216 (84.77% from 255) = 42.52%

R = 33.46%
G = 24.02%
B = 42.52%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA7AD8 (or 0xAA7AD8) is known color: Amethyst. HEX triplet: AA, 7A and D8. RGB value is (170,122,216). Sum of RGB (Red+Green+Blue) = 170+122+216=508 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.46% from 508); Green value is 122 (48.05% from 255 or 24.02% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #AA7AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD8 is #558527. Grayscale: #929292. Windows color (decimal): -5604648 or 14187178. OLE color: 14187178.

HSL color Cylindrical-coordinate representation of color #AA7AD8: hue angle of 270.64º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7AD8 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 122 216 -
CMYK 0.21 0.44 0 0.15
HSL 270.64º 0.55% 0.66% -
HSV(B) 270.64º 0.44% 0.85% -
XYZ 35.93 27.42 68.37 -
YUV 147.07 166.9 144.36 -
System Red Green Blue C M Y K H S L
Decimal 170 122 216 0.21 0.44 0 0.15 270.64 0.55 0.66
Hex AA 7A D8 15 2C 0 F 10F 37 42
Octal 252 172 330 25 54 0 17 417 67 102
Binary 10101010 1111010 11011000 10101 101100 0 1111 100001111 110111 1000010

Color Harmonies of #AA7AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AD8

Black with #AA7AD8

Text Example


Text Example

White with #AA7AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AD8; }

 p { color: rgb(170,122,216); }

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

background-color css

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

 a { background-color: rgb(170,122,216); }

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

border-color css

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

 span { border-color: rgb(170,122,216); }

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