Html Css Color HEX #AE7CF1 Medium Purple

📋 copy color: '#AE7CF1'

red 174 ◦ green 124 ◦ blue 241

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

Shades of Medium Purple #AE7CF1

Tints of Medium Purple #AE7CF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.71%

R = 32.28%
G = 23.01%
B = 44.71%

CMYK

 C value IS 0.28

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE7CF1 (or 0xAE7CF1) is known color: Medium Purple. HEX triplet: AE, 7C and F1. RGB value is (174,124,241). Sum of RGB (Red+Green+Blue) = 174+124+241=539 (71% of max value = 765). Red value is 174 (68.36% from 255 or 32.28% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #AE7CF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7CF1 is #51830E. Grayscale: #979797. Windows color (decimal): -5341967 or 15826094. OLE color: 15826094.

HSL color Cylindrical-coordinate representation of color #AE7CF1: hue angle of 265.64º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AE7CF1 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 124 241 -
CMYK 0.28 0.49 0 0.05
HSL 265.64º 0.81% 0.72% -
HSV(B) 265.64º 0.49% 0.95% -
XYZ 40.54 29.76 86.83 -
YUV 152.29 178.07 143.49 -
System Red Green Blue C M Y K H S L
Decimal 174 124 241 0.28 0.49 0 0.05 265.64 0.81 0.72
Hex AE 7C F1 1C 31 0 5 10A 51 48
Octal 256 174 361 34 61 0 5 412 121 110
Binary 10101110 1111100 11110001 11100 110001 0 101 100001010 1010001 1001000

Color Harmonies of #AE7CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CF1

Black with #AE7CF1

Text Example


Text Example

White with #AE7CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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