Html Css Color HEX #AE50D3 Medium Orchid

📋 copy color: '#AE50D3'

red 174 ◦ green 80 ◦ blue 211

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

Shades of Medium Orchid #AE50D3

Tints of Medium Orchid #AE50D3

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.2%

 BLUE value IS 211 (82.81% from 255) = 45.38%

R = 37.42%
G = 17.2%
B = 45.38%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE50D3 (or 0xAE50D3) is known color: Medium Orchid. HEX triplet: AE, 50 and D3. RGB value is (174,80,211). Sum of RGB (Red+Green+Blue) = 174+80+211=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 80 (31.64% from 255 or 17.20% from 465); Blue value is 211 (82.81% from 255 or 45.38% from 465); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE50D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50D3 is #51AF2C. Grayscale: #7A7A7A. Windows color (decimal): -5353261 or 13848750. OLE color: 13848750.

HSL color Cylindrical-coordinate representation of color #AE50D3: hue angle of 283.05º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE50D3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 80 211 -
CMYK 0.18 0.62 0 0.17
HSL 283.05º 0.6% 0.57% -
HSV(B) 283.05º 0.62% 0.83% -
XYZ 32.08 19.44 63.69 -
YUV 123.04 177.64 164.35 -
System Red Green Blue C M Y K H S L
Decimal 174 80 211 0.18 0.62 0 0.17 283.05 0.6 0.57
Hex AE 50 D3 12 3E 0 11 11B 3C 39
Octal 256 120 323 22 76 0 21 433 74 71
Binary 10101110 1010000 11010011 10010 111110 0 10001 100011011 111100 111001

Color Harmonies of #AE50D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50D3

Black with #AE50D3

Text Example


Text Example

White with #AE50D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50D3; }

 p { color: rgb(174,80,211); }

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

background-color css

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

 a { background-color: rgb(174,80,211); }

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

border-color css

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

 span { border-color: rgb(174,80,211); }

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