Html Css Color HEX #AA6CDC Amethyst

📋 copy color: '#AA6CDC'

red 170 ◦ green 108 ◦ blue 220

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

Shades of Amethyst #AA6CDC

Tints of Amethyst #AA6CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

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

R = 34.14%
G = 21.69%
B = 44.18%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AA6CDC (or 0xAA6CDC) is known color: Amethyst. HEX triplet: AA, 6C and DC. RGB value is (170,108,220). Sum of RGB (Red+Green+Blue) = 170+108+220=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6CDC is #559323. Grayscale: #8A8A8A. Windows color (decimal): -5608228 or 14445738. OLE color: 14445738.

HSL color Cylindrical-coordinate representation of color #AA6CDC: hue angle of 273.21º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6CDC is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 108 220 -
CMYK 0.23 0.51 0 0.14
HSL 273.21º 0.62% 0.64% -
HSV(B) 273.21º 0.51% 0.86% -
XYZ 34.86 24.44 70.59 -
YUV 139.31 173.54 149.89 -
System Red Green Blue C M Y K H S L
Decimal 170 108 220 0.23 0.51 0 0.14 273.21 0.62 0.64
Hex AA 6C DC 17 33 0 E 111 3E 40
Octal 252 154 334 27 63 0 16 421 76 100
Binary 10101010 1101100 11011100 10111 110011 0 1110 100010001 111110 1000000

Color Harmonies of #AA6CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6CDC

Black with #AA6CDC

Text Example


Text Example

White with #AA6CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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