Html Css Color HEX #AE50CA Medium Orchid

📋 copy color: '#AE50CA'

red 174 ◦ green 80 ◦ blue 202

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

Shades of Medium Orchid #AE50CA

Tints of Medium Orchid #AE50CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.3%

R = 38.16%
G = 17.54%
B = 44.3%

CMYK

 C value IS 0.14

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AE50CA (or 0xAE50CA) is known color: Medium Orchid. HEX triplet: AE, 50 and CA. RGB value is (174,80,202). Sum of RGB (Red+Green+Blue) = 174+80+202=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #AE50CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE50CA is #51AF35. Grayscale: #797979. Windows color (decimal): -5353270 or 13258926. OLE color: 13258926.

HSL color Cylindrical-coordinate representation of color #AE50CA: hue angle of 286.23º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE50CA is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 174 80 202 -
CMYK 0.14 0.60 0 0.21
HSL 286.23º 0.54% 0.55% -
HSV(B) 286.23º 0.6% 0.79% -
XYZ 30.98 19 57.91 -
YUV 122.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 174 80 202 0.14 0.60 0 0.21 286.23 0.54 0.55
Hex AE 50 CA E 3C 0 15 11E 36 37
Octal 256 120 312 16 74 0 25 436 66 67
Binary 10101110 1010000 11001010 1110 111100 0 10101 100011110 110110 110111

Color Harmonies of #AE50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE50CA

Black with #AE50CA

Text Example


Text Example

White with #AE50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE50CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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