Html Css Color HEX #AA6BC2 Amethyst

📋 copy color: '#AA6BC2'

red 170 ◦ green 107 ◦ blue 194

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

Shades of Amethyst #AA6BC2

Tints of Amethyst #AA6BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.19%

R = 36.09%
G = 22.72%
B = 41.19%

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

#AA6BC2 (or 0xAA6BC2) is known color: Amethyst. HEX triplet: AA, 6B and C2. RGB value is (170,107,194). Sum of RGB (Red+Green+Blue) = 170+107+194=471 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.09% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 194 (76.17% from 255 or 41.19% from 471); Max value from RGB is 194 - color contains mainly: blue. Hex color #AA6BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BC2 is #55943D. Grayscale: #878787. Windows color (decimal): -5608510 or 12741546. OLE color: 12741546.

HSL color Cylindrical-coordinate representation of color #AA6BC2: hue angle of 283.45º degrees, saturation: 0.42, 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 #AA6BC2 is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 107 194 -
CMYK 0.12 0.45 0 0.24
HSL 283.45º 0.42% 0.59% -
HSV(B) 283.45º 0.45% 0.76% -
XYZ 31.57 22.96 53.81 -
YUV 135.76 160.87 152.43 -
System Red Green Blue C M Y K H S L
Decimal 170 107 194 0.12 0.45 0 0.24 283.45 0.42 0.59
Hex AA 6B C2 C 2D 0 18 11B 2A 3B
Octal 252 153 302 14 55 0 30 433 52 73
Binary 10101010 1101011 11000010 1100 101101 0 11000 100011011 101010 111011

Color Harmonies of #AA6BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BC2

Black with #AA6BC2

Text Example


Text Example

White with #AA6BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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