Html Css Color HEX #AA6BDC Amethyst

📋 copy color: '#AA6BDC'

red 170 ◦ green 107 ◦ blue 220

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

Shades of Amethyst #AA6BDC

Tints of Amethyst #AA6BDC

RGB

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

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

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

R = 34.21%
G = 21.53%
B = 44.27%

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

#AA6BDC (or 0xAA6BDC) is known color: Amethyst. HEX triplet: AA, 6B and DC. RGB value is (170,107,220). Sum of RGB (Red+Green+Blue) = 170+107+220=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 220 (86.33% from 255 or 44.27% from 497); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA6BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6BDC is #559423. Grayscale: #8A8A8A. Windows color (decimal): -5608484 or 14445482. OLE color: 14445482.

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

Color convert

RGB 170 107 220 -
CMYK 0.23 0.51 0 0.14
HSL 273.45º 0.62% 0.64% -
HSV(B) 273.45º 0.51% 0.86% -
XYZ 34.75 24.23 70.56 -
YUV 138.72 173.87 150.31 -
System Red Green Blue C M Y K H S L
Decimal 170 107 220 0.23 0.51 0 0.14 273.45 0.62 0.64
Hex AA 6B DC 17 33 0 E 111 3E 40
Octal 252 153 334 27 63 0 16 421 76 100
Binary 10101010 1101011 11011100 10111 110011 0 1110 100010001 111110 1000000

Color Harmonies of #AA6BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6BDC

Black with #AA6BDC

Text Example


Text Example

White with #AA6BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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