Html Css Color HEX #AE54DF Medium Orchid

📋 copy color: '#AE54DF'

red 174 ◦ green 84 ◦ blue 223

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

Shades of Medium Orchid #AE54DF

Tints of Medium Orchid #AE54DF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 17.46%

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 36.17%
G = 17.46%
B = 46.36%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE54DF (or 0xAE54DF) is known color: Medium Orchid. HEX triplet: AE, 54 and DF. RGB value is (174,84,223). Sum of RGB (Red+Green+Blue) = 174+84+223=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 84 (33.20% from 255 or 17.46% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54DF is #51AB20. Grayscale: #7E7E7E. Windows color (decimal): -5352225 or 14636206. OLE color: 14636206.

HSL color Cylindrical-coordinate representation of color #AE54DF: hue angle of 278.85º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE54DF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 84 223 -
CMYK 0.22 0.62 0 0.13
HSL 278.85º 0.68% 0.6% -
HSV(B) 278.85º 0.62% 0.87% -
XYZ 33.95 20.67 72.01 -
YUV 126.76 182.32 161.7 -
System Red Green Blue C M Y K H S L
Decimal 174 84 223 0.22 0.62 0 0.13 278.85 0.68 0.6
Hex AE 54 DF 16 3E 0 D 117 44 3C
Octal 256 124 337 26 76 0 15 427 104 74
Binary 10101110 1010100 11011111 10110 111110 0 1101 100010111 1000100 111100

Color Harmonies of #AE54DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54DF

Black with #AE54DF

Text Example


Text Example

White with #AE54DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54DF; }

 p { color: rgb(174,84,223); }

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

background-color css

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

 a { background-color: rgb(174,84,223); }

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

border-color css

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

 span { border-color: rgb(174,84,223); }

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