Html Css Color HEX #AE7CFD Medium Purple

📋 copy color: '#AE7CFD'

red 174 ◦ green 124 ◦ blue 253

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

Shades of Medium Purple #AE7CFD

Tints of Medium Purple #AE7CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 45.92%

R = 31.58%
G = 22.5%
B = 45.92%

CMYK

 C value IS 0.31

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE7CFD (or 0xAE7CFD) is known color: Medium Purple. HEX triplet: AE, 7C and FD. RGB value is (174,124,253). Sum of RGB (Red+Green+Blue) = 174+124+253=551 (72% of max value = 765). Red value is 174 (68.36% from 255 or 31.58% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #AE7CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE7CFD is #518302. Grayscale: #999999. Windows color (decimal): -5341955 or 16612526. OLE color: 16612526.

HSL color Cylindrical-coordinate representation of color #AE7CFD: hue angle of 263.26º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE7CFD is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 174 124 253 -
CMYK 0.31 0.51 0 0.01
HSL 263.26º 0.97% 0.74% -
HSV(B) 263.26º 0.51% 0.99% -
XYZ 42.39 30.51 96.58 -
YUV 153.66 184.07 142.51 -
System Red Green Blue C M Y K H S L
Decimal 174 124 253 0.31 0.51 0 0.01 263.26 0.97 0.74
Hex AE 7C FD 1F 33 0 1 107 61 4A
Octal 256 174 375 37 63 0 1 407 141 112
Binary 10101110 1111100 11111101 11111 110011 0 1 100000111 1100001 1001010

Color Harmonies of #AE7CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7CFD

Black with #AE7CFD

Text Example


Text Example

White with #AE7CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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