Html Css Color HEX #AE76DF Amethyst

📋 copy color: '#AE76DF'

red 174 ◦ green 118 ◦ blue 223

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

Shades of Amethyst #AE76DF

Tints of Amethyst #AE76DF

RGB

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

 GREEN value IS 118 (46.48% from 255) = 22.91%

 BLUE value IS 223 (87.5% from 255) = 43.3%

R = 33.79%
G = 22.91%
B = 43.3%

CMYK

 C value IS 0.22

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE76DF (or 0xAE76DF) is known color: Amethyst. HEX triplet: AE, 76 and DF. RGB value is (174,118,223). Sum of RGB (Red+Green+Blue) = 174+118+223=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 118 (46.48% from 255 or 22.91% from 515); Blue value is 223 (87.5% from 255 or 43.30% from 515); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE76DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE76DF is #518920. Grayscale: #929292. Windows color (decimal): -5343521 or 14644910. OLE color: 14644910.

HSL color Cylindrical-coordinate representation of color #AE76DF: hue angle of 272º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AE76DF is Cyan = 0.22, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 118 223 -
CMYK 0.22 0.47 0 0.13
HSL 272º 0.62% 0.67% -
HSV(B) 272º 0.47% 0.87% -
XYZ 37.25 27.28 73.11 -
YUV 146.71 171.05 147.46 -
System Red Green Blue C M Y K H S L
Decimal 174 118 223 0.22 0.47 0 0.13 272 0.62 0.67
Hex AE 76 DF 16 2F 0 D 110 3E 43
Octal 256 166 337 26 57 0 15 420 76 103
Binary 10101110 1110110 11011111 10110 101111 0 1101 100010000 111110 1000011

Color Harmonies of #AE76DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE76DF

Black with #AE76DF

Text Example


Text Example

White with #AE76DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE76DF; }

 p { color: rgb(174,118,223); }

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

background-color css

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

 a { background-color: rgb(174,118,223); }

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

border-color css

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

 span { border-color: rgb(174,118,223); }

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