Html Css Color HEX #AE7CDF Medium Purple

📋 copy color: '#AE7CDF'

red 174 ◦ green 124 ◦ blue 223

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

Shades of Medium Purple #AE7CDF

Tints of Medium Purple #AE7CDF

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.8%

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

R = 33.4%
G = 23.8%
B = 42.8%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE7CDF (or 0xAE7CDF) is known color: Medium Purple. HEX triplet: AE, 7C and DF. RGB value is (174,124,223). Sum of RGB (Red+Green+Blue) = 174+124+223=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 223 (87.5% from 255 or 42.80% from 521); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE7CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE7CDF is #518320. Grayscale: #959595. Windows color (decimal): -5341985 or 14646446. OLE color: 14646446.

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

Color convert

RGB 174 124 223 -
CMYK 0.22 0.44 0 0.13
HSL 270.3º 0.61% 0.68% -
HSV(B) 270.3º 0.44% 0.87% -
XYZ 37.98 28.74 73.36 -
YUV 150.24 169.07 144.95 -
System Red Green Blue C M Y K H S L
Decimal 174 124 223 0.22 0.44 0 0.13 270.3 0.61 0.68
Hex AE 7C DF 16 2C 0 D 10E 3D 44
Octal 256 174 337 26 54 0 15 416 75 104
Binary 10101110 1111100 11011111 10110 101100 0 1101 100001110 111101 1000100

Color Harmonies of #AE7CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CDF

Black with #AE7CDF

Text Example


Text Example

White with #AE7CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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