Html Css Color HEX #AE56FE Medium Orchid

📋 copy color: '#AE56FE'

red 174 ◦ green 86 ◦ blue 254

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

Shades of Medium Orchid #AE56FE

Tints of Medium Orchid #AE56FE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 16.73%

 BLUE value IS 254 (99.61% from 255) = 49.42%

R = 33.85%
G = 16.73%
B = 49.42%

CMYK

 C value IS 0.31

 M value IS 0.66

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#AE56FE (or 0xAE56FE) is known color: Medium Orchid. HEX triplet: AE, 56 and FE. RGB value is (174,86,254). Sum of RGB (Red+Green+Blue) = 174+86+254=514 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.85% from 514); Green value is 86 (33.98% from 255 or 16.73% from 514); Blue value is 254 (99.61% from 255 or 49.42% from 514); Max value from RGB is 254 - color contains mainly: blue. Hex color #AE56FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE56FE is #51A901. Grayscale: #828282. Windows color (decimal): -5351682 or 16668334. OLE color: 16668334.

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

Color convert

RGB 174 86 254 -
CMYK 0.31 0.66 0 0.00
HSL 271.43º 0.99% 0.67% -
HSV(B) 271.43º 0.66% 1% -
XYZ 38.67 22.81 96.13 -
YUV 131.46 197.15 158.34 -
System Red Green Blue C M Y K H S L
Decimal 174 86 254 0.31 0.66 0 0.00 271.43 0.99 0.67
Hex AE 56 FE 1F 42 0 0 10F 63 43
Octal 256 126 376 37 102 0 0 417 143 103
Binary 10101110 1010110 11111110 11111 1000010 0 0 100001111 1100011 1000011

Color Harmonies of #AE56FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56FE

Black with #AE56FE

Text Example


Text Example

White with #AE56FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56FE; }

 p { color: rgb(174,86,254); }

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

background-color css

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

 a { background-color: rgb(174,86,254); }

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

border-color css

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

 span { border-color: rgb(174,86,254); }

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