Html Css Color HEX #AE72DF Amethyst

📋 copy color: '#AE72DF'

red 174 ◦ green 114 ◦ blue 223

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

Shades of Amethyst #AE72DF

Tints of Amethyst #AE72DF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 22.31%

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

R = 34.05%
G = 22.31%
B = 43.64%

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

#AE72DF (or 0xAE72DF) is known color: Amethyst. HEX triplet: AE, 72 and DF. RGB value is (174,114,223). Sum of RGB (Red+Green+Blue) = 174+114+223=511 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.05% from 511); Green value is 114 (44.92% from 255 or 22.31% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE72DF is #518D20. Grayscale: #8F8F8F. Windows color (decimal): -5344545 or 14643886. OLE color: 14643886.

HSL color Cylindrical-coordinate representation of color #AE72DF: hue angle of 273.03º 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 #AE72DF is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 114 223 -
CMYK 0.22 0.49 0 0.13
HSL 273.03º 0.63% 0.66% -
HSV(B) 273.03º 0.49% 0.87% -
XYZ 36.79 26.36 72.96 -
YUV 144.37 172.38 149.14 -
System Red Green Blue C M Y K H S L
Decimal 174 114 223 0.22 0.49 0 0.13 273.03 0.63 0.66
Hex AE 72 DF 16 31 0 D 111 3F 42
Octal 256 162 337 26 61 0 15 421 77 102
Binary 10101110 1110010 11011111 10110 110001 0 1101 100010001 111111 1000010

Color Harmonies of #AE72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE72DF

Black with #AE72DF

Text Example


Text Example

White with #AE72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE72DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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