Html Css Color HEX #AA6AC3 Amethyst

📋 copy color: '#AA6AC3'

red 170 ◦ green 106 ◦ blue 195

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

Shades of Amethyst #AA6AC3

Tints of Amethyst #AA6AC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.4%

R = 36.09%
G = 22.51%
B = 41.4%

CMYK

 C value IS 0.13

 M value IS 0.46

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA6AC3 (or 0xAA6AC3) is known color: Amethyst. HEX triplet: AA, 6A and C3. RGB value is (170,106,195). Sum of RGB (Red+Green+Blue) = 170+106+195=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 106 (41.80% from 255 or 22.51% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 195 - color contains mainly: blue. Hex color #AA6AC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6AC3 is #55953C. Grayscale: #868686. Windows color (decimal): -5608765 or 12806826. OLE color: 12806826.

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

Color convert

RGB 170 106 195 -
CMYK 0.13 0.46 0 0.24
HSL 283.15º 0.43% 0.59% -
HSV(B) 283.15º 0.46% 0.76% -
XYZ 31.58 22.79 54.36 -
YUV 135.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 170 106 195 0.13 0.46 0 0.24 283.15 0.43 0.59
Hex AA 6A C3 D 2E 0 18 11B 2B 3B
Octal 252 152 303 15 56 0 30 433 53 73
Binary 10101010 1101010 11000011 1101 101110 0 11000 100011011 101011 111011

Color Harmonies of #AA6AC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6AC3

Black with #AA6AC3

Text Example


Text Example

White with #AA6AC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6AC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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