Html Css Color HEX #AE49D4 Medium Orchid

📋 copy color: '#AE49D4'

red 174 ◦ green 73 ◦ blue 212

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

Shades of Medium Orchid #AE49D4

Tints of Medium Orchid #AE49D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.19%

R = 37.91%
G = 15.9%
B = 46.19%

CMYK

 C value IS 0.18

 M value IS 0.66

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE49D4 (or 0xAE49D4) is known color: Medium Orchid. HEX triplet: AE, 49 and D4. RGB value is (174,73,212). Sum of RGB (Red+Green+Blue) = 174+73+212=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 212 (83.20% from 255 or 46.19% from 459); Max value from RGB is 212 - color contains mainly: blue. Hex color #AE49D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49D4 is #51B62B. Grayscale: #767676. Windows color (decimal): -5355052 or 13912494. OLE color: 13912494.

HSL color Cylindrical-coordinate representation of color #AE49D4: hue angle of 283.6º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE49D4 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 73 212 -
CMYK 0.18 0.66 0 0.17
HSL 283.6º 0.62% 0.56% -
HSV(B) 283.6º 0.66% 0.83% -
XYZ 31.72 18.52 64.19 -
YUV 119.05 180.46 167.2 -
System Red Green Blue C M Y K H S L
Decimal 174 73 212 0.18 0.66 0 0.17 283.6 0.62 0.56
Hex AE 49 D4 12 42 0 11 11C 3E 38
Octal 256 111 324 22 102 0 21 434 76 70
Binary 10101110 1001001 11010100 10010 1000010 0 10001 100011100 111110 111000

Color Harmonies of #AE49D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49D4

Black with #AE49D4

Text Example


Text Example

White with #AE49D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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