Html Css Color HEX #AA6DDC Amethyst

📋 copy color: '#AA6DDC'

red 170 ◦ green 109 ◦ blue 220

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

Shades of Amethyst #AA6DDC

Tints of Amethyst #AA6DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.84%

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

R = 34.07%
G = 21.84%
B = 44.09%

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

#AA6DDC (or 0xAA6DDC) is known color: Amethyst. HEX triplet: AA, 6D and DC. RGB value is (170,109,220). Sum of RGB (Red+Green+Blue) = 170+109+220=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 109 (42.97% from 255 or 21.84% from 499); Blue value is 220 (86.33% from 255 or 44.09% from 499); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDC is #559223. Grayscale: #8B8B8B. Windows color (decimal): -5607972 or 14445994. OLE color: 14445994.

HSL color Cylindrical-coordinate representation of color #AA6DDC: hue angle of 272.97º 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 #AA6DDC is Cyan = 0.23, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 109 220 -
CMYK 0.23 0.50 0 0.14
HSL 272.97º 0.61% 0.65% -
HSV(B) 272.97º 0.5% 0.86% -
XYZ 34.96 24.65 70.63 -
YUV 139.89 173.21 149.47 -
System Red Green Blue C M Y K H S L
Decimal 170 109 220 0.23 0.50 0 0.14 272.97 0.61 0.65
Hex AA 6D DC 17 32 0 E 111 3D 41
Octal 252 155 334 27 62 0 16 421 75 101
Binary 10101010 1101101 11011100 10111 110010 0 1110 100010001 111101 1000001

Color Harmonies of #AA6DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DDC

Black with #AA6DDC

Text Example


Text Example

White with #AA6DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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