Html Css Color HEX #AA6DD5 Amethyst

📋 copy color: '#AA6DD5'

red 170 ◦ green 109 ◦ blue 213

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

Shades of Amethyst #AA6DD5

Tints of Amethyst #AA6DD5

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

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

R = 34.55%
G = 22.15%
B = 43.29%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AA6DD5 (or 0xAA6DD5) is known color: Amethyst. HEX triplet: AA, 6D and D5. RGB value is (170,109,213). Sum of RGB (Red+Green+Blue) = 170+109+213=492 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.55% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA6DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD5 is #55922A. Grayscale: #8A8A8A. Windows color (decimal): -5607979 or 13987242. OLE color: 13987242.

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

Color convert

RGB 170 109 213 -
CMYK 0.20 0.49 0 0.16
HSL 275.19º 0.55% 0.63% -
HSV(B) 275.19º 0.49% 0.84% -
XYZ 34.06 24.29 65.84 -
YUV 139.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 170 109 213 0.20 0.49 0 0.16 275.19 0.55 0.63
Hex AA 6D D5 14 31 0 10 113 37 3F
Octal 252 155 325 24 61 0 20 423 67 77
Binary 10101010 1101101 11010101 10100 110001 0 10000 100010011 110111 111111

Color Harmonies of #AA6DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DD5

Black with #AA6DD5

Text Example


Text Example

White with #AA6DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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