Html Css Color HEX #AA7AD6 Amethyst

📋 copy color: '#AA7AD6'

red 170 ◦ green 122 ◦ blue 214

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

Shades of Amethyst #AA7AD6

Tints of Amethyst #AA7AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 42.29%

R = 33.6%
G = 24.11%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA7AD6 (or 0xAA7AD6) is known color: Amethyst. HEX triplet: AA, 7A and D6. RGB value is (170,122,214). Sum of RGB (Red+Green+Blue) = 170+122+214=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 214 (83.98% from 255 or 42.29% from 506); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA7AD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7AD6 is #558529. Grayscale: #929292. Windows color (decimal): -5604650 or 14056106. OLE color: 14056106.

HSL color Cylindrical-coordinate representation of color #AA7AD6: hue angle of 271.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7AD6 is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 122 214 -
CMYK 0.21 0.43 0 0.16
HSL 271.3º 0.53% 0.66% -
HSV(B) 271.3º 0.43% 0.84% -
XYZ 35.67 27.32 67.01 -
YUV 146.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 170 122 214 0.21 0.43 0 0.16 271.3 0.53 0.66
Hex AA 7A D6 15 2B 0 10 10F 35 42
Octal 252 172 326 25 53 0 20 417 65 102
Binary 10101010 1111010 11010110 10101 101011 0 10000 100001111 110101 1000010

Color Harmonies of #AA7AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7AD6

Black with #AA7AD6

Text Example


Text Example

White with #AA7AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7AD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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