Html Css Color HEX #AA6DC1 Amethyst

📋 copy color: '#AA6DC1'

red 170 ◦ green 109 ◦ blue 193

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

Shades of Amethyst #AA6DC1

Tints of Amethyst #AA6DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 40.89%

R = 36.02%
G = 23.09%
B = 40.89%

CMYK

 C value IS 0.12

 M value IS 0.44

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA6DC1 (or 0xAA6DC1) is known color: Amethyst. HEX triplet: AA, 6D and C1. RGB value is (170,109,193). Sum of RGB (Red+Green+Blue) = 170+109+193=472 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.02% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 193 (75.78% from 255 or 40.89% from 472); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DC1 is #55923E. Grayscale: #888888. Windows color (decimal): -5607999 or 12676522. OLE color: 12676522.

HSL color Cylindrical-coordinate representation of color #AA6DC1: hue angle of 283.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA6DC1 is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 109 193 -
CMYK 0.12 0.44 0 0.24
HSL 283.57º 0.4% 0.59% -
HSV(B) 283.57º 0.44% 0.76% -
XYZ 31.67 23.33 53.29 -
YUV 136.82 159.71 151.67 -
System Red Green Blue C M Y K H S L
Decimal 170 109 193 0.12 0.44 0 0.24 283.57 0.4 0.59
Hex AA 6D C1 C 2C 0 18 11C 28 3B
Octal 252 155 301 14 54 0 30 434 50 73
Binary 10101010 1101101 11000001 1100 101100 0 11000 100011100 101000 111011

Color Harmonies of #AA6DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DC1

Black with #AA6DC1

Text Example


Text Example

White with #AA6DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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