Html Css Color HEX #AA6EDA Amethyst

📋 copy color: '#AA6EDA'

red 170 ◦ green 110 ◦ blue 218

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

Shades of Amethyst #AA6EDA

Tints of Amethyst #AA6EDA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.09%

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

R = 34.14%
G = 22.09%
B = 43.78%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AA6EDA (or 0xAA6EDA) is known color: Amethyst. HEX triplet: AA, 6E and DA. RGB value is (170,110,218). Sum of RGB (Red+Green+Blue) = 170+110+218=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 110 (43.36% from 255 or 22.09% from 498); Blue value is 218 (85.55% from 255 or 43.78% from 498); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDA is #559125. Grayscale: #8B8B8B. Windows color (decimal): -5607718 or 14315178. OLE color: 14315178.

HSL color Cylindrical-coordinate representation of color #AA6EDA: hue angle of 273.33º degrees, saturation: 0.59, 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 #AA6EDA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 110 218 -
CMYK 0.22 0.50 0 0.15
HSL 273.33º 0.59% 0.64% -
HSV(B) 273.33º 0.5% 0.85% -
XYZ 34.81 24.76 69.27 -
YUV 140.25 171.88 149.22 -
System Red Green Blue C M Y K H S L
Decimal 170 110 218 0.22 0.50 0 0.15 273.33 0.59 0.64
Hex AA 6E DA 16 32 0 F 111 3B 40
Octal 252 156 332 26 62 0 17 421 73 100
Binary 10101010 1101110 11011010 10110 110010 0 1111 100010001 111011 1000000

Color Harmonies of #AA6EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EDA

Black with #AA6EDA

Text Example


Text Example

White with #AA6EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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