Html Css Color HEX #AA61D1 Amethyst

📋 copy color: '#AA61D1'

red 170 ◦ green 97 ◦ blue 209

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

Shades of Amethyst #AA61D1

Tints of Amethyst #AA61D1

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.38%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 35.71%
G = 20.38%
B = 43.91%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA61D1 (or 0xAA61D1) is known color: Amethyst. HEX triplet: AA, 61 and D1. RGB value is (170,97,209). Sum of RGB (Red+Green+Blue) = 170+97+209=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA61D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61D1 is #559E2E. Grayscale: #838383. Windows color (decimal): -5611055 or 13722026. OLE color: 13722026.

HSL color Cylindrical-coordinate representation of color #AA61D1: hue angle of 279.11º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA61D1 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 97 209 -
CMYK 0.19 0.54 0 0.18
HSL 279.11º 0.55% 0.6% -
HSV(B) 279.11º 0.54% 0.82% -
XYZ 32.36 21.7 62.8 -
YUV 131.6 171.68 155.39 -
System Red Green Blue C M Y K H S L
Decimal 170 97 209 0.19 0.54 0 0.18 279.11 0.55 0.6
Hex AA 61 D1 13 36 0 12 117 37 3C
Octal 252 141 321 23 66 0 22 427 67 74
Binary 10101010 1100001 11010001 10011 110110 0 10010 100010111 110111 111100

Color Harmonies of #AA61D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61D1

Black with #AA61D1

Text Example


Text Example

White with #AA61D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61D1; }

 p { color: rgb(170,97,209); }

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

background-color css

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

 a { background-color: rgb(170,97,209); }

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

border-color css

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

 span { border-color: rgb(170,97,209); }

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