Html Css Color HEX #AE5CFC Medium Purple

📋 copy color: '#AE5CFC'

red 174 ◦ green 92 ◦ blue 252

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

Shades of Medium Purple #AE5CFC

Tints of Medium Purple #AE5CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 17.76%

 BLUE value IS 252 (98.83% from 255) = 48.65%

R = 33.59%
G = 17.76%
B = 48.65%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE5CFC (or 0xAE5CFC) is known color: Medium Purple. HEX triplet: AE, 5C and FC. RGB value is (174,92,252). Sum of RGB (Red+Green+Blue) = 174+92+252=518 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.59% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE5CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5CFC is #51A303. Grayscale: #868686. Windows color (decimal): -5350148 or 16538798. OLE color: 16538798.

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

Color convert

RGB 174 92 252 -
CMYK 0.31 0.63 0 0.01
HSL 270.75º 0.96% 0.67% -
HSV(B) 270.75º 0.63% 0.99% -
XYZ 38.85 23.68 94.62 -
YUV 134.76 194.17 155.99 -
System Red Green Blue C M Y K H S L
Decimal 174 92 252 0.31 0.63 0 0.01 270.75 0.96 0.67
Hex AE 5C FC 1F 3F 0 1 10F 60 43
Octal 256 134 374 37 77 0 1 417 140 103
Binary 10101110 1011100 11111100 11111 111111 0 1 100001111 1100000 1000011

Color Harmonies of #AE5CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5CFC

Black with #AE5CFC

Text Example


Text Example

White with #AE5CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5CFC; }

 p { color: rgb(174,92,252); }

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

background-color css

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

 a { background-color: rgb(174,92,252); }

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

border-color css

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

 span { border-color: rgb(174,92,252); }

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