Html Css Color HEX #AA6ADD Amethyst

📋 copy color: '#AA6ADD'

red 170 ◦ green 106 ◦ blue 221

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

Shades of Amethyst #AA6ADD

Tints of Amethyst #AA6ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.33%

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

R = 34.21%
G = 21.33%
B = 44.47%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6ADD (or 0xAA6ADD) is known color: Amethyst. HEX triplet: AA, 6A and DD. RGB value is (170,106,221). Sum of RGB (Red+Green+Blue) = 170+106+221=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 106 (41.80% from 255 or 21.33% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #AA6ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ADD is #559522. Grayscale: #898989. Windows color (decimal): -5608739 or 14510762. OLE color: 14510762.

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

Color convert

RGB 170 106 221 -
CMYK 0.23 0.52 0 0.13
HSL 273.39º 0.63% 0.64% -
HSV(B) 273.39º 0.52% 0.87% -
XYZ 34.78 24.07 71.22 -
YUV 138.25 174.7 150.65 -
System Red Green Blue C M Y K H S L
Decimal 170 106 221 0.23 0.52 0 0.13 273.39 0.63 0.64
Hex AA 6A DD 17 34 0 D 111 3F 40
Octal 252 152 335 27 64 0 15 421 77 100
Binary 10101010 1101010 11011101 10111 110100 0 1101 100010001 111111 1000000

Color Harmonies of #AA6ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ADD

Black with #AA6ADD

Text Example


Text Example

White with #AA6ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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