Html Css Color HEX #AE70DF Amethyst

📋 copy color: '#AE70DF'

red 174 ◦ green 112 ◦ blue 223

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

Shades of Amethyst #AE70DF

Tints of Amethyst #AE70DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22%

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

R = 34.18%
G = 22%
B = 43.81%

CMYK

 C value IS 0.22

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE70DF (or 0xAE70DF) is known color: Amethyst. HEX triplet: AE, 70 and DF. RGB value is (174,112,223). Sum of RGB (Red+Green+Blue) = 174+112+223=509 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.18% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE70DF is #518F20. Grayscale: #8E8E8E. Windows color (decimal): -5345057 or 14643374. OLE color: 14643374.

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

Color convert

RGB 174 112 223 -
CMYK 0.22 0.50 0 0.13
HSL 273.51º 0.63% 0.66% -
HSV(B) 273.51º 0.5% 0.87% -
XYZ 36.57 25.91 72.89 -
YUV 143.19 173.04 149.97 -
System Red Green Blue C M Y K H S L
Decimal 174 112 223 0.22 0.50 0 0.13 273.51 0.63 0.66
Hex AE 70 DF 16 32 0 D 112 3F 42
Octal 256 160 337 26 62 0 15 422 77 102
Binary 10101110 1110000 11011111 10110 110010 0 1101 100010010 111111 1000010

Color Harmonies of #AE70DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE70DF

Black with #AE70DF

Text Example


Text Example

White with #AE70DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE70DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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