Html Css Color HEX #AE50C8 Medium Orchid

📋 copy color: '#AE50C8'

red 174 ◦ green 80 ◦ blue 200

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

Shades of Medium Orchid #AE50C8

Tints of Medium Orchid #AE50C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.05%

R = 38.33%
G = 17.62%
B = 44.05%

CMYK

 C value IS 0.13

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AE50C8 (or 0xAE50C8) is known color: Medium Orchid. HEX triplet: AE, 50 and C8. RGB value is (174,80,200). Sum of RGB (Red+Green+Blue) = 174+80+200=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 80 (31.64% from 255 or 17.62% from 454); Blue value is 200 (78.52% from 255 or 44.05% from 454); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE50C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50C8 is #51AF37. Grayscale: #797979. Windows color (decimal): -5353272 or 13127854. OLE color: 13127854.

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

Color convert

RGB 174 80 200 -
CMYK 0.13 0.6 0 0.22
HSL 287º 0.52% 0.55% -
HSV(B) 287º 0.6% 0.78% -
XYZ 30.75 18.91 56.67 -
YUV 121.79 172.14 165.24 -
System Red Green Blue C M Y K H S L
Decimal 174 80 200 0.13 0.6 0 0.22 287 0.52 0.55
Hex AE 50 C8 D 3C 0 16 11F 34 37
Octal 256 120 310 15 74 0 26 437 64 67
Binary 10101110 1010000 11001000 1101 111100 0 10110 100011111 110100 110111

Color Harmonies of #AE50C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50C8

Black with #AE50C8

Text Example


Text Example

White with #AE50C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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