Html Css Color HEX #AE6DDB Amethyst

📋 copy color: '#AE6DDB'

red 174 ◦ green 109 ◦ blue 219

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

Shades of Amethyst #AE6DDB

Tints of Amethyst #AE6DDB

RGB

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

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

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

R = 34.66%
G = 21.71%
B = 43.63%

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

#AE6DDB (or 0xAE6DDB) is known color: Amethyst. HEX triplet: AE, 6D and DB. RGB value is (174,109,219). Sum of RGB (Red+Green+Blue) = 174+109+219=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 109 (42.97% from 255 or 21.71% from 502); Blue value is 219 (85.94% from 255 or 43.63% from 502); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE6DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DDB is #519224. Grayscale: #8C8C8C. Windows color (decimal): -5345829 or 14380462. OLE color: 14380462.

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

Color convert

RGB 174 109 219 -
CMYK 0.21 0.50 0 0.14
HSL 275.45º 0.6% 0.64% -
HSV(B) 275.45º 0.5% 0.86% -
XYZ 35.71 25.05 69.97 -
YUV 140.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 174 109 219 0.21 0.50 0 0.14 275.45 0.6 0.64
Hex AE 6D DB 15 32 0 E 113 3C 40
Octal 256 155 333 25 62 0 16 423 74 100
Binary 10101110 1101101 11011011 10101 110010 0 1110 100010011 111100 1000000

Color Harmonies of #AE6DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6DDB

Black with #AE6DDB

Text Example


Text Example

White with #AE6DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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