Html Css Color HEX #AE54DC Medium Orchid

📋 copy color: '#AE54DC'

red 174 ◦ green 84 ◦ blue 220

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

Shades of Medium Orchid #AE54DC

Tints of Medium Orchid #AE54DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.03%

R = 36.4%
G = 17.57%
B = 46.03%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE54DC (or 0xAE54DC) is known color: Medium Orchid. HEX triplet: AE, 54 and DC. RGB value is (174,84,220). Sum of RGB (Red+Green+Blue) = 174+84+220=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 84 (33.20% from 255 or 17.57% from 478); Blue value is 220 (86.33% from 255 or 46.03% from 478); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE54DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE54DC is #51AB23. Grayscale: #7D7D7D. Windows color (decimal): -5352228 or 14439598. OLE color: 14439598.

HSL color Cylindrical-coordinate representation of color #AE54DC: hue angle of 279.71º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE54DC is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 84 220 -
CMYK 0.21 0.62 0 0.14
HSL 279.71º 0.66% 0.6% -
HSV(B) 279.71º 0.62% 0.86% -
XYZ 33.54 20.51 69.9 -
YUV 126.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 174 84 220 0.21 0.62 0 0.14 279.71 0.66 0.6
Hex AE 54 DC 15 3E 0 E 118 42 3C
Octal 256 124 334 25 76 0 16 430 102 74
Binary 10101110 1010100 11011100 10101 111110 0 1110 100011000 1000010 111100

Color Harmonies of #AE54DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE54DC

Black with #AE54DC

Text Example


Text Example

White with #AE54DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE54DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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