Html Css Color HEX #AA7DD6 Amethyst

📋 copy color: '#AA7DD6'

red 170 ◦ green 125 ◦ blue 214

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

Shades of Amethyst #AA7DD6

Tints of Amethyst #AA7DD6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.56%

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

R = 33.4%
G = 24.56%
B = 42.04%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA7DD6 (or 0xAA7DD6) is known color: Amethyst. HEX triplet: AA, 7D and D6. RGB value is (170,125,214). Sum of RGB (Red+Green+Blue) = 170+125+214=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 214 (83.98% from 255 or 42.04% from 509); Max value from RGB is 214 - color contains mainly: blue. Hex color #AA7DD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7DD6 is #558229. Grayscale: #949494. Windows color (decimal): -5603882 or 14056874. OLE color: 14056874.

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

Color convert

RGB 170 125 214 -
CMYK 0.21 0.42 0 0.16
HSL 270.34º 0.52% 0.66% -
HSV(B) 270.34º 0.42% 0.84% -
XYZ 36.05 28.07 67.14 -
YUV 148.6 164.91 143.26 -
System Red Green Blue C M Y K H S L
Decimal 170 125 214 0.21 0.42 0 0.16 270.34 0.52 0.66
Hex AA 7D D6 15 2A 0 10 10E 34 42
Octal 252 175 326 25 52 0 20 416 64 102
Binary 10101010 1111101 11010110 10101 101010 0 10000 100001110 110100 1000010

Color Harmonies of #AA7DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA7DD6

Black with #AA7DD6

Text Example


Text Example

White with #AA7DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA7DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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