Html Css Color HEX #AE71DF Amethyst

📋 copy color: '#AE71DF'

red 174 ◦ green 113 ◦ blue 223

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

Shades of Amethyst #AE71DF

Tints of Amethyst #AE71DF

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.16%

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

R = 34.12%
G = 22.16%
B = 43.73%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE71DF (or 0xAE71DF) is known color: Amethyst. HEX triplet: AE, 71 and DF. RGB value is (174,113,223). Sum of RGB (Red+Green+Blue) = 174+113+223=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 113 (44.53% from 255 or 22.16% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE71DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE71DF is #518E20. Grayscale: #8F8F8F. Windows color (decimal): -5344801 or 14643630. OLE color: 14643630.

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

Color convert

RGB 174 113 223 -
CMYK 0.22 0.49 0 0.13
HSL 273.27º 0.63% 0.66% -
HSV(B) 273.27º 0.49% 0.87% -
XYZ 36.68 26.14 72.92 -
YUV 143.78 172.71 149.56 -
System Red Green Blue C M Y K H S L
Decimal 174 113 223 0.22 0.49 0 0.13 273.27 0.63 0.66
Hex AE 71 DF 16 31 0 D 111 3F 42
Octal 256 161 337 26 61 0 15 421 77 102
Binary 10101110 1110001 11011111 10110 110001 0 1101 100010001 111111 1000010

Color Harmonies of #AE71DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE71DF

Black with #AE71DF

Text Example


Text Example

White with #AE71DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE71DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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