Html Css Color HEX #AE6DD2 Amethyst

📋 copy color: '#AE6DD2'

red 174 ◦ green 109 ◦ blue 210

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

Shades of Amethyst #AE6DD2

Tints of Amethyst #AE6DD2

RGB

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

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

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

R = 35.29%
G = 22.11%
B = 42.6%

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

#AE6DD2 (or 0xAE6DD2) is known color: Amethyst. HEX triplet: AE, 6D and D2. RGB value is (174,109,210). Sum of RGB (Red+Green+Blue) = 174+109+210=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 210 (82.42% from 255 or 42.60% from 493); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE6DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE6DD2 is #51922D. Grayscale: #8B8B8B. Windows color (decimal): -5345838 or 13790638. OLE color: 13790638.

HSL color Cylindrical-coordinate representation of color #AE6DD2: hue angle of 278.61º 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 #AE6DD2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 109 210 -
CMYK 0.17 0.48 0 0.18
HSL 278.61º 0.53% 0.63% -
HSV(B) 278.61º 0.48% 0.82% -
XYZ 34.56 24.59 63.9 -
YUV 139.95 167.53 152.29 -
System Red Green Blue C M Y K H S L
Decimal 174 109 210 0.17 0.48 0 0.18 278.61 0.53 0.63
Hex AE 6D D2 11 30 0 12 117 35 3F
Octal 256 155 322 21 60 0 22 427 65 77
Binary 10101110 1101101 11010010 10001 110000 0 10010 100010111 110101 111111

Color Harmonies of #AE6DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6DD2

Black with #AE6DD2

Text Example


Text Example

White with #AE6DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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