Html Css Color HEX #AE6ED2 Amethyst

📋 copy color: '#AE6ED2'

red 174 ◦ green 110 ◦ blue 210

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

Shades of Amethyst #AE6ED2

Tints of Amethyst #AE6ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 42.51%

R = 35.22%
G = 22.27%
B = 42.51%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE6ED2 (or 0xAE6ED2) is known color: Amethyst. HEX triplet: AE, 6E and D2. RGB value is (174,110,210). Sum of RGB (Red+Green+Blue) = 174+110+210=494 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.22% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE6ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6ED2 is #51912D. Grayscale: #8C8C8C. Windows color (decimal): -5345582 or 13790894. OLE color: 13790894.

HSL color Cylindrical-coordinate representation of color #AE6ED2: hue angle of 278.4º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE6ED2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 110 210 -
CMYK 0.17 0.48 0 0.18
HSL 278.4º 0.53% 0.63% -
HSV(B) 278.4º 0.48% 0.82% -
XYZ 34.66 24.8 63.93 -
YUV 140.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 174 110 210 0.17 0.48 0 0.18 278.4 0.53 0.63
Hex AE 6E D2 11 30 0 12 116 35 3F
Octal 256 156 322 21 60 0 22 426 65 77
Binary 10101110 1101110 11010010 10001 110000 0 10010 100010110 110101 111111

Color Harmonies of #AE6ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6ED2

Black with #AE6ED2

Text Example


Text Example

White with #AE6ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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