Html Css Color HEX #AA6DDD Amethyst

📋 copy color: '#AA6DDD'

red 170 ◦ green 109 ◦ blue 221

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

Shades of Amethyst #AA6DDD

Tints of Amethyst #AA6DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 34%
G = 21.8%
B = 44.2%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6DDD (or 0xAA6DDD) is known color: Amethyst. HEX triplet: AA, 6D and DD. RGB value is (170,109,221). Sum of RGB (Red+Green+Blue) = 170+109+221=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 109 (42.97% from 255 or 21.8% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDD is #559222. Grayscale: #8B8B8B. Windows color (decimal): -5607971 or 14511530. OLE color: 14511530.

HSL color Cylindrical-coordinate representation of color #AA6DDD: hue angle of 272.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6DDD is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 109 221 -
CMYK 0.23 0.51 0 0.13
HSL 272.68º 0.62% 0.65% -
HSV(B) 272.68º 0.51% 0.87% -
XYZ 35.1 24.7 71.33 -
YUV 140.01 173.71 149.39 -
System Red Green Blue C M Y K H S L
Decimal 170 109 221 0.23 0.51 0 0.13 272.68 0.62 0.65
Hex AA 6D DD 17 33 0 D 111 3E 41
Octal 252 155 335 27 63 0 15 421 76 101
Binary 10101010 1101101 11011101 10111 110011 0 1101 100010001 111110 1000001

Color Harmonies of #AA6DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DDD

Black with #AA6DDD

Text Example


Text Example

White with #AA6DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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