Html Css Color HEX #AA61D0 Amethyst

📋 copy color: '#AA61D0'

red 170 ◦ green 97 ◦ blue 208

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

Shades of Amethyst #AA61D0

Tints of Amethyst #AA61D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 43.79%

R = 35.79%
G = 20.42%
B = 43.79%

CMYK

 C value IS 0.18

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA61D0 (or 0xAA61D0) is known color: Amethyst. HEX triplet: AA, 61 and D0. RGB value is (170,97,208). Sum of RGB (Red+Green+Blue) = 170+97+208=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA61D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61D0 is #559E2F. Grayscale: #838383. Windows color (decimal): -5611056 or 13656490. OLE color: 13656490.

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

Color convert

RGB 170 97 208 -
CMYK 0.18 0.53 0 0.18
HSL 279.46º 0.54% 0.6% -
HSV(B) 279.46º 0.53% 0.82% -
XYZ 32.24 21.65 62.15 -
YUV 131.48 171.18 155.47 -
System Red Green Blue C M Y K H S L
Decimal 170 97 208 0.18 0.53 0 0.18 279.46 0.54 0.6
Hex AA 61 D0 12 35 0 12 117 36 3C
Octal 252 141 320 22 65 0 22 427 66 74
Binary 10101010 1100001 11010000 10010 110101 0 10010 100010111 110110 111100

Color Harmonies of #AA61D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA61D0

Black with #AA61D0

Text Example


Text Example

White with #AA61D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA61D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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