Html Css Color HEX #AE50D2 Medium Orchid

📋 copy color: '#AE50D2'

red 174 ◦ green 80 ◦ blue 210

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

Shades of Medium Orchid #AE50D2

Tints of Medium Orchid #AE50D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 45.26%

R = 37.5%
G = 17.24%
B = 45.26%

CMYK

 C value IS 0.17

 M value IS 0.62

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE50D2 (or 0xAE50D2) is known color: Medium Orchid. HEX triplet: AE, 50 and D2. RGB value is (174,80,210). Sum of RGB (Red+Green+Blue) = 174+80+210=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE50D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50D2 is #51AF2D. Grayscale: #7A7A7A. Windows color (decimal): -5353262 or 13783214. OLE color: 13783214.

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

Color convert

RGB 174 80 210 -
CMYK 0.17 0.62 0 0.18
HSL 283.38º 0.59% 0.57% -
HSV(B) 283.38º 0.62% 0.82% -
XYZ 31.96 19.39 63.03 -
YUV 122.93 177.14 164.43 -
System Red Green Blue C M Y K H S L
Decimal 174 80 210 0.17 0.62 0 0.18 283.38 0.59 0.57
Hex AE 50 D2 11 3E 0 12 11B 3B 39
Octal 256 120 322 21 76 0 22 433 73 71
Binary 10101110 1010000 11010010 10001 111110 0 10010 100011011 111011 111001

Color Harmonies of #AE50D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50D2

Black with #AE50D2

Text Example


Text Example

White with #AE50D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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