Html Css Color HEX #AA6FC9 Amethyst

📋 copy color: '#AA6FC9'

red 170 ◦ green 111 ◦ blue 201

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

Shades of Amethyst #AA6FC9

Tints of Amethyst #AA6FC9

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 201 (78.91% from 255) = 41.7%

R = 35.27%
G = 23.03%
B = 41.7%

CMYK

 C value IS 0.15

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AA6FC9 (or 0xAA6FC9) is known color: Amethyst. HEX triplet: AA, 6F and C9. RGB value is (170,111,201). Sum of RGB (Red+Green+Blue) = 170+111+201=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 201 (78.91% from 255 or 41.70% from 482); Max value from RGB is 201 - color contains mainly: blue. Hex color #AA6FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FC9 is #559036. Grayscale: #8A8A8A. Windows color (decimal): -5607479 or 13201322. OLE color: 13201322.

HSL color Cylindrical-coordinate representation of color #AA6FC9: hue angle of 279.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA6FC9 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 111 201 -
CMYK 0.15 0.45 0 0.21
HSL 279.33º 0.45% 0.61% -
HSV(B) 279.33º 0.45% 0.79% -
XYZ 32.8 24.13 58.19 -
YUV 138.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 170 111 201 0.15 0.45 0 0.21 279.33 0.45 0.61
Hex AA 6F C9 F 2D 0 15 117 2D 3D
Octal 252 157 311 17 55 0 25 427 55 75
Binary 10101010 1101111 11001001 1111 101101 0 10101 100010111 101101 111101

Color Harmonies of #AA6FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FC9

Black with #AA6FC9

Text Example


Text Example

White with #AA6FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FC9; }

 p { color: rgb(170,111,201); }

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

background-color css

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

 a { background-color: rgb(170,111,201); }

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

border-color css

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

 span { border-color: rgb(170,111,201); }

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