Html Css Color HEX #AA6DDA Amethyst

📋 copy color: '#AA6DDA'

red 170 ◦ green 109 ◦ blue 218

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

Shades of Amethyst #AA6DDA

Tints of Amethyst #AA6DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.86%

R = 34.21%
G = 21.93%
B = 43.86%

CMYK

 C value IS 0.22

 M value IS 0.5

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6DDA (or 0xAA6DDA) is known color: Amethyst. HEX triplet: AA, 6D and DA. RGB value is (170,109,218). Sum of RGB (Red+Green+Blue) = 170+109+218=497 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.21% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA6DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6DDA is #559225. Grayscale: #8B8B8B. Windows color (decimal): -5607974 or 14314922. OLE color: 14314922.

HSL color Cylindrical-coordinate representation of color #AA6DDA: hue angle of 273.58º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA6DDA is Cyan = 0.22, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 109 218 -
CMYK 0.22 0.5 0 0.15
HSL 273.58º 0.6% 0.64% -
HSV(B) 273.58º 0.5% 0.85% -
XYZ 34.7 24.55 69.24 -
YUV 139.67 172.21 149.64 -
System Red Green Blue C M Y K H S L
Decimal 170 109 218 0.22 0.5 0 0.15 273.58 0.6 0.64
Hex AA 6D DA 16 32 0 F 112 3C 40
Octal 252 155 332 26 62 0 17 422 74 100
Binary 10101010 1101101 11011010 10110 110010 0 1111 100010010 111100 1000000

Color Harmonies of #AA6DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6DDA

Black with #AA6DDA

Text Example


Text Example

White with #AA6DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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