Html Css Color HEX #AE6EDB Amethyst

📋 copy color: '#AE6EDB'

red 174 ◦ green 110 ◦ blue 219

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

Shades of Amethyst #AE6EDB

Tints of Amethyst #AE6EDB

RGB

 RED value IS 174 (68.36% from 255) = 34.59%

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

 BLUE value IS 219 (85.94% from 255) = 43.54%

R = 34.59%
G = 21.87%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE6EDB (or 0xAE6EDB) is known color: Amethyst. HEX triplet: AE, 6E and DB. RGB value is (174,110,219). Sum of RGB (Red+Green+Blue) = 174+110+219=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 110 (43.36% from 255 or 21.87% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6EDB is #519124. Grayscale: #8D8D8D. Windows color (decimal): -5345573 or 14380718. OLE color: 14380718.

HSL color Cylindrical-coordinate representation of color #AE6EDB: hue angle of 275.23º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AE6EDB is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 110 219 -
CMYK 0.21 0.50 0 0.14
HSL 275.23º 0.6% 0.65% -
HSV(B) 275.23º 0.5% 0.86% -
XYZ 35.82 25.27 70.01 -
YUV 141.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 174 110 219 0.21 0.50 0 0.14 275.23 0.6 0.65
Hex AE 6E DB 15 32 0 E 113 3C 41
Octal 256 156 333 25 62 0 16 423 74 101
Binary 10101110 1101110 11011011 10101 110010 0 1110 100010011 111100 1000001

Color Harmonies of #AE6EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6EDB

Black with #AE6EDB

Text Example


Text Example

White with #AE6EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6EDB; }

 p { color: rgb(174,110,219); }

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

background-color css

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

 a { background-color: rgb(174,110,219); }

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

border-color css

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

 span { border-color: rgb(174,110,219); }

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