Html Css Color HEX #AA6BC1 Amethyst

📋 copy color: '#AA6BC1'

red 170 ◦ green 107 ◦ blue 193

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

Shades of Amethyst #AA6BC1

Tints of Amethyst #AA6BC1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 36.17%
G = 22.77%
B = 41.06%

CMYK

 C value IS 0.12

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AA6BC1 (or 0xAA6BC1) is known color: Amethyst. HEX triplet: AA, 6B and C1. RGB value is (170,107,193). Sum of RGB (Red+Green+Blue) = 170+107+193=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA6BC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BC1 is #55943E. Grayscale: #878787. Windows color (decimal): -5608511 or 12676010. OLE color: 12676010.

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

Color convert

RGB 170 107 193 -
CMYK 0.12 0.45 0 0.24
HSL 283.95º 0.41% 0.59% -
HSV(B) 283.95º 0.45% 0.76% -
XYZ 31.46 22.91 53.22 -
YUV 135.64 160.37 152.51 -
System Red Green Blue C M Y K H S L
Decimal 170 107 193 0.12 0.45 0 0.24 283.95 0.41 0.59
Hex AA 6B C1 C 2D 0 18 11C 29 3B
Octal 252 153 301 14 55 0 30 434 51 73
Binary 10101010 1101011 11000001 1100 101101 0 11000 100011100 101001 111011

Color Harmonies of #AA6BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BC1

Black with #AA6BC1

Text Example


Text Example

White with #AA6BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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