Html Css Color HEX #AE49C1 Medium Orchid

📋 copy color: '#AE49C1'

red 174 ◦ green 73 ◦ blue 193

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

Shades of Medium Orchid #AE49C1

Tints of Medium Orchid #AE49C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 39.55%
G = 16.59%
B = 43.86%

CMYK

 C value IS 0.10

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AE49C1 (or 0xAE49C1) is known color: Medium Orchid. HEX triplet: AE, 49 and C1. RGB value is (174,73,193). Sum of RGB (Red+Green+Blue) = 174+73+193=440 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.55% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE49C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49C1 is #51B63E. Grayscale: #747474. Windows color (decimal): -5355071 or 12667310. OLE color: 12667310.

HSL color Cylindrical-coordinate representation of color #AE49C1: hue angle of 290.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE49C1 is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 174 73 193 -
CMYK 0.10 0.62 0 0.24
HSL 290.5º 0.49% 0.52% -
HSV(B) 290.5º 0.62% 0.76% -
XYZ 29.46 17.61 52.3 -
YUV 116.88 170.96 168.74 -
System Red Green Blue C M Y K H S L
Decimal 174 73 193 0.10 0.62 0 0.24 290.5 0.49 0.52
Hex AE 49 C1 A 3E 0 18 122 31 34
Octal 256 111 301 12 76 0 30 442 61 64
Binary 10101110 1001001 11000001 1010 111110 0 11000 100100010 110001 110100

Color Harmonies of #AE49C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49C1

Black with #AE49C1

Text Example


Text Example

White with #AE49C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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