Html Css Color HEX #AE50CC Medium Orchid

📋 copy color: '#AE50CC'

red 174 ◦ green 80 ◦ blue 204

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

Shades of Medium Orchid #AE50CC

Tints of Medium Orchid #AE50CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.54%

R = 37.99%
G = 17.47%
B = 44.54%

CMYK

 C value IS 0.15

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE50CC (or 0xAE50CC) is known color: Medium Orchid. HEX triplet: AE, 50 and CC. RGB value is (174,80,204). Sum of RGB (Red+Green+Blue) = 174+80+204=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 80 (31.64% from 255 or 17.47% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE50CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50CC is #51AF33. Grayscale: #797979. Windows color (decimal): -5353268 or 13389998. OLE color: 13389998.

HSL color Cylindrical-coordinate representation of color #AE50CC: hue angle of 285.48º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE50CC is Cyan = 0.15, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 80 204 -
CMYK 0.15 0.61 0 0.2
HSL 285.48º 0.55% 0.56% -
HSV(B) 285.48º 0.61% 0.8% -
XYZ 31.22 19.1 59.17 -
YUV 122.24 174.14 164.92 -
System Red Green Blue C M Y K H S L
Decimal 174 80 204 0.15 0.61 0 0.2 285.48 0.55 0.56
Hex AE 50 CC F 3D 0 14 11D 37 38
Octal 256 120 314 17 75 0 24 435 67 70
Binary 10101110 1010000 11001100 1111 111101 0 10100 100011101 110111 111000

Color Harmonies of #AE50CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50CC

Black with #AE50CC

Text Example


Text Example

White with #AE50CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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