Html Css Color HEX #AA6DD0 Amethyst

📋 copy color: '#AA6DD0'

red 170 ◦ green 109 ◦ blue 208

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

Shades of Amethyst #AA6DD0

Tints of Amethyst #AA6DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 42.71%

R = 34.91%
G = 22.38%
B = 42.71%

CMYK

 C value IS 0.18

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AA6DD0 (or 0xAA6DD0) is known color: Amethyst. HEX triplet: AA, 6D and D0. RGB value is (170,109,208). Sum of RGB (Red+Green+Blue) = 170+109+208=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 109 (42.97% from 255 or 22.38% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA6DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DD0 is #55922F. Grayscale: #8A8A8A. Windows color (decimal): -5607984 or 13659562. OLE color: 13659562.

HSL color Cylindrical-coordinate representation of color #AA6DD0: hue angle of 276.97º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA6DD0 is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 109 208 -
CMYK 0.18 0.48 0 0.18
HSL 276.97º 0.51% 0.62% -
HSV(B) 276.97º 0.48% 0.82% -
XYZ 33.43 24.04 62.55 -
YUV 138.53 167.21 150.45 -
System Red Green Blue C M Y K H S L
Decimal 170 109 208 0.18 0.48 0 0.18 276.97 0.51 0.62
Hex AA 6D D0 12 30 0 12 115 33 3E
Octal 252 155 320 22 60 0 22 425 63 76
Binary 10101010 1101101 11010000 10010 110000 0 10010 100010101 110011 111110

Color Harmonies of #AA6DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DD0

Black with #AA6DD0

Text Example


Text Example

White with #AA6DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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