Html Css Color HEX #AE49CC Medium Orchid

📋 copy color: '#AE49CC'

red 174 ◦ green 73 ◦ blue 204

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

Shades of Medium Orchid #AE49CC

Tints of Medium Orchid #AE49CC

RGB

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

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

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

R = 38.58%
G = 16.19%
B = 45.23%

CMYK

 C value IS 0.15

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE49CC (or 0xAE49CC) is known color: Medium Orchid. HEX triplet: AE, 49 and CC. RGB value is (174,73,204). Sum of RGB (Red+Green+Blue) = 174+73+204=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49CC is #51B633. Grayscale: #757575. Windows color (decimal): -5355060 or 13388206. OLE color: 13388206.

HSL color Cylindrical-coordinate representation of color #AE49CC: hue angle of 286.26º 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 #AE49CC is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 73 204 -
CMYK 0.15 0.64 0 0.2
HSL 286.26º 0.56% 0.54% -
HSV(B) 286.26º 0.64% 0.8% -
XYZ 30.74 18.12 59 -
YUV 118.13 176.46 167.85 -
System Red Green Blue C M Y K H S L
Decimal 174 73 204 0.15 0.64 0 0.2 286.26 0.56 0.54
Hex AE 49 CC F 40 0 14 11E 38 36
Octal 256 111 314 17 100 0 24 436 70 66
Binary 10101110 1001001 11001100 1111 1000000 0 10100 100011110 111000 110110

Color Harmonies of #AE49CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49CC

Black with #AE49CC

Text Example


Text Example

White with #AE49CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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