Html Css Color HEX #AE68D9 Amethyst

📋 copy color: '#AE68D9'

red 174 ◦ green 104 ◦ blue 217

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

Shades of Amethyst #AE68D9

Tints of Amethyst #AE68D9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.01%

 BLUE value IS 217 (85.16% from 255) = 43.84%

R = 35.15%
G = 21.01%
B = 43.84%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AE68D9 (or 0xAE68D9) is known color: Amethyst. HEX triplet: AE, 68 and D9. RGB value is (174,104,217). Sum of RGB (Red+Green+Blue) = 174+104+217=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 217 (85.16% from 255 or 43.84% from 495); Max value from RGB is 217 - color contains mainly: blue. Hex color #AE68D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE68D9 is #519726. Grayscale: #898989. Windows color (decimal): -5347111 or 14248110. OLE color: 14248110.

HSL color Cylindrical-coordinate representation of color #AE68D9: hue angle of 277.17º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AE68D9 is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 104 217 -
CMYK 0.20 0.52 0 0.15
HSL 277.17º 0.6% 0.63% -
HSV(B) 277.17º 0.52% 0.85% -
XYZ 34.93 23.91 68.42 -
YUV 137.81 172.69 153.81 -
System Red Green Blue C M Y K H S L
Decimal 174 104 217 0.20 0.52 0 0.15 277.17 0.6 0.63
Hex AE 68 D9 14 34 0 F 115 3C 3F
Octal 256 150 331 24 64 0 17 425 74 77
Binary 10101110 1101000 11011001 10100 110100 0 1111 100010101 111100 111111

Color Harmonies of #AE68D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE68D9

Black with #AE68D9

Text Example


Text Example

White with #AE68D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE68D9; }

 p { color: rgb(174,104,217); }

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

background-color css

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

 a { background-color: rgb(174,104,217); }

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

border-color css

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

 span { border-color: rgb(174,104,217); }

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