Html Css Color HEX #AE5FFC Medium Purple

📋 copy color: '#AE5FFC'

red 174 ◦ green 95 ◦ blue 252

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

Shades of Medium Purple #AE5FFC

Tints of Medium Purple #AE5FFC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 18.23%

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

R = 33.4%
G = 18.23%
B = 48.37%

CMYK

 C value IS 0.31

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#AE5FFC (or 0xAE5FFC) is known color: Medium Purple. HEX triplet: AE, 5F and FC. RGB value is (174,95,252). Sum of RGB (Red+Green+Blue) = 174+95+252=521 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.40% from 521); Green value is 95 (37.5% from 255 or 18.23% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #AE5FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5FFC is #51A003. Grayscale: #878787. Windows color (decimal): -5349380 or 16539566. OLE color: 16539566.

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

Color convert

RGB 174 95 252 -
CMYK 0.31 0.62 0 0.01
HSL 270.19º 0.96% 0.68% -
HSV(B) 270.19º 0.62% 0.99% -
XYZ 39.12 24.21 94.71 -
YUV 136.52 193.17 154.73 -
System Red Green Blue C M Y K H S L
Decimal 174 95 252 0.31 0.62 0 0.01 270.19 0.96 0.68
Hex AE 5F FC 1F 3E 0 1 10E 60 44
Octal 256 137 374 37 76 0 1 416 140 104
Binary 10101110 1011111 11111100 11111 111110 0 1 100001110 1100000 1000100

Color Harmonies of #AE5FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5FFC

Black with #AE5FFC

Text Example


Text Example

White with #AE5FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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