Html Css Color HEX #AA6ECE Amethyst

📋 copy color: '#AA6ECE'

red 170 ◦ green 110 ◦ blue 206

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

Shades of Amethyst #AA6ECE

Tints of Amethyst #AA6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.39%

R = 34.98%
G = 22.63%
B = 42.39%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AA6ECE (or 0xAA6ECE) is known color: Amethyst. HEX triplet: AA, 6E and CE. RGB value is (170,110,206). Sum of RGB (Red+Green+Blue) = 170+110+206=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 110 (43.36% from 255 or 22.63% from 486); Blue value is 206 (80.86% from 255 or 42.39% from 486); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA6ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ECE is #559131. Grayscale: #8A8A8A. Windows color (decimal): -5607730 or 13528746. OLE color: 13528746.

HSL color Cylindrical-coordinate representation of color #AA6ECE: hue angle of 277.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA6ECE is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 170 110 206 -
CMYK 0.17 0.47 0 0.19
HSL 277.5º 0.49% 0.62% -
HSV(B) 277.5º 0.47% 0.81% -
XYZ 33.29 24.15 61.3 -
YUV 138.88 165.88 150.19 -
System Red Green Blue C M Y K H S L
Decimal 170 110 206 0.17 0.47 0 0.19 277.5 0.49 0.62
Hex AA 6E CE 11 2F 0 13 116 31 3E
Octal 252 156 316 21 57 0 23 426 61 76
Binary 10101010 1101110 11001110 10001 101111 0 10011 100010110 110001 111110

Color Harmonies of #AA6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA6ECE

Black with #AA6ECE

Text Example


Text Example

White with #AA6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA6ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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