Html Css Color HEX #AE56FF Medium Orchid

📋 copy color: '#AE56FF'

red 174 ◦ green 86 ◦ blue 255

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

Shades of Medium Orchid #AE56FF

Tints of Medium Orchid #AE56FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 49.51%

R = 33.79%
G = 16.7%
B = 49.51%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE56FF (or 0xAE56FF) is known color: Medium Orchid. HEX triplet: AE, 56 and FF. RGB value is (174,86,255). Sum of RGB (Red+Green+Blue) = 174+86+255=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 86 (33.98% from 255 or 16.70% from 515); Blue value is 255 (100% from 255 or 49.51% from 515); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE56FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE56FF is #51A900. Grayscale: #828282. Windows color (decimal): -5351681 or 16733870. OLE color: 16733870.

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

Color convert

RGB 174 86 255 -
CMYK 0.32 0.66 0 0
HSL 271.24º 1% 0.67% -
HSV(B) 271.24º 0.66% 1% -
XYZ 38.83 22.87 96.98 -
YUV 131.58 197.65 158.26 -
System Red Green Blue C M Y K H S L
Decimal 174 86 255 0.32 0.66 0 0 271.24 1 0.67
Hex AE 56 FF 20 42 0 0 10F 64 43
Octal 256 126 377 40 102 0 0 417 144 103
Binary 10101110 1010110 11111111 100000 1000010 0 0 100001111 1100100 1000011

Color Harmonies of #AE56FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE56FF

Black with #AE56FF

Text Example


Text Example

White with #AE56FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE56FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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