Html Css Color HEX #AA6EDF Amethyst

📋 copy color: '#AA6EDF'

red 170 ◦ green 110 ◦ blue 223

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

Shades of Amethyst #AA6EDF

Tints of Amethyst #AA6EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.33%

R = 33.8%
G = 21.87%
B = 44.33%

CMYK

 C value IS 0.24

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AA6EDF (or 0xAA6EDF) is known color: Amethyst. HEX triplet: AA, 6E and DF. RGB value is (170,110,223). Sum of RGB (Red+Green+Blue) = 170+110+223=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #AA6EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EDF is #559120. Grayscale: #8C8C8C. Windows color (decimal): -5607713 or 14642858. OLE color: 14642858.

HSL color Cylindrical-coordinate representation of color #AA6EDF: hue angle of 271.86º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA6EDF is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 110 223 -
CMYK 0.24 0.51 0 0.13
HSL 271.86º 0.64% 0.65% -
HSV(B) 271.86º 0.51% 0.87% -
XYZ 35.47 25.03 72.77 -
YUV 140.82 174.38 148.81 -
System Red Green Blue C M Y K H S L
Decimal 170 110 223 0.24 0.51 0 0.13 271.86 0.64 0.65
Hex AA 6E DF 18 33 0 D 110 40 41
Octal 252 156 337 30 63 0 15 420 100 101
Binary 10101010 1101110 11011111 11000 110011 0 1101 100010000 1000000 1000001

Color Harmonies of #AA6EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6EDF

Black with #AA6EDF

Text Example


Text Example

White with #AA6EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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