Html Css Color HEX #AE49CB Medium Orchid

📋 copy color: '#AE49CB'

red 174 ◦ green 73 ◦ blue 203

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

Shades of Medium Orchid #AE49CB

Tints of Medium Orchid #AE49CB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.22%

 BLUE value IS 203 (79.69% from 255) = 45.11%

R = 38.67%
G = 16.22%
B = 45.11%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AE49CB (or 0xAE49CB) is known color: Medium Orchid. HEX triplet: AE, 49 and CB. RGB value is (174,73,203). Sum of RGB (Red+Green+Blue) = 174+73+203=450 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.67% from 450); Green value is 73 (28.91% from 255 or 16.22% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #AE49CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49CB is #51B634. Grayscale: #757575. Windows color (decimal): -5355061 or 13322670. OLE color: 13322670.

HSL color Cylindrical-coordinate representation of color #AE49CB: hue angle of 286.62º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AE49CB is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 73 203 -
CMYK 0.14 0.64 0 0.20
HSL 286.62º 0.56% 0.54% -
HSV(B) 286.62º 0.64% 0.8% -
XYZ 30.62 18.08 58.38 -
YUV 118.02 175.96 167.93 -
System Red Green Blue C M Y K H S L
Decimal 174 73 203 0.14 0.64 0 0.20 286.62 0.56 0.54
Hex AE 49 CB E 40 0 14 11F 38 36
Octal 256 111 313 16 100 0 24 437 70 66
Binary 10101110 1001001 11001011 1110 1000000 0 10100 100011111 111000 110110

Color Harmonies of #AE49CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49CB

Black with #AE49CB

Text Example


Text Example

White with #AE49CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49CB; }

 p { color: rgb(174,73,203); }

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

background-color css

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

 a { background-color: rgb(174,73,203); }

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

border-color css

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

 span { border-color: rgb(174,73,203); }

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