Html Css Color HEX #AA6FDC Amethyst

📋 copy color: '#AA6FDC'

red 170 ◦ green 111 ◦ blue 220

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

Shades of Amethyst #AA6FDC

Tints of Amethyst #AA6FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 33.93%
G = 22.16%
B = 43.91%

CMYK

 C value IS 0.23

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA6FDC (or 0xAA6FDC) is known color: Amethyst. HEX triplet: AA, 6F and DC. RGB value is (170,111,220). Sum of RGB (Red+Green+Blue) = 170+111+220=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6FDC is #559023. Grayscale: #8C8C8C. Windows color (decimal): -5607460 or 14446506. OLE color: 14446506.

HSL color Cylindrical-coordinate representation of color #AA6FDC: hue angle of 272.48º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6FDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 111 220 -
CMYK 0.23 0.50 0 0.14
HSL 272.48º 0.61% 0.65% -
HSV(B) 272.48º 0.5% 0.86% -
XYZ 35.18 25.08 70.7 -
YUV 141.07 172.55 148.64 -
System Red Green Blue C M Y K H S L
Decimal 170 111 220 0.23 0.50 0 0.14 272.48 0.61 0.65
Hex AA 6F DC 17 32 0 E 110 3D 41
Octal 252 157 334 27 62 0 16 420 75 101
Binary 10101010 1101111 11011100 10111 110010 0 1110 100010000 111101 1000001

Color Harmonies of #AA6FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6FDC

Black with #AA6FDC

Text Example


Text Example

White with #AA6FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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