Html Css Color HEX #AA6ED5 Amethyst

📋 copy color: '#AA6ED5'

red 170 ◦ green 110 ◦ blue 213

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

Shades of Amethyst #AA6ED5

Tints of Amethyst #AA6ED5

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 213 (83.59% from 255) = 43.2%

R = 34.48%
G = 22.31%
B = 43.2%

CMYK

 C value IS 0.20

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA6ED5 (or 0xAA6ED5) is known color: Amethyst. HEX triplet: AA, 6E and D5. RGB value is (170,110,213). Sum of RGB (Red+Green+Blue) = 170+110+213=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ED5 is #55912A. Grayscale: #8B8B8B. Windows color (decimal): -5607723 or 13987498. OLE color: 13987498.

HSL color Cylindrical-coordinate representation of color #AA6ED5: hue angle of 274.95º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6ED5 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 110 213 -
CMYK 0.20 0.48 0 0.16
HSL 274.95º 0.55% 0.63% -
HSV(B) 274.95º 0.48% 0.84% -
XYZ 34.16 24.5 65.88 -
YUV 139.68 169.38 149.62 -
System Red Green Blue C M Y K H S L
Decimal 170 110 213 0.20 0.48 0 0.16 274.95 0.55 0.63
Hex AA 6E D5 14 30 0 10 113 37 3F
Octal 252 156 325 24 60 0 20 423 67 77
Binary 10101010 1101110 11010101 10100 110000 0 10000 100010011 110111 111111

Color Harmonies of #AA6ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ED5

Black with #AA6ED5

Text Example


Text Example

White with #AA6ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ED5; }

 p { color: rgb(170,110,213); }

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

background-color css

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

 a { background-color: rgb(170,110,213); }

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

border-color css

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

 span { border-color: rgb(170,110,213); }

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