Html Css Color HEX #AE49DB Medium Orchid

📋 copy color: '#AE49DB'

red 174 ◦ green 73 ◦ blue 219

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

Shades of Medium Orchid #AE49DB

Tints of Medium Orchid #AE49DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47%

R = 37.34%
G = 15.67%
B = 47%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AE49DB (or 0xAE49DB) is known color: Medium Orchid. HEX triplet: AE, 49 and DB. RGB value is (174,73,219). Sum of RGB (Red+Green+Blue) = 174+73+219=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 73 (28.91% from 255 or 15.67% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE49DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE49DB is #51B624. Grayscale: #777777. Windows color (decimal): -5355045 or 14371246. OLE color: 14371246.

HSL color Cylindrical-coordinate representation of color #AE49DB: hue angle of 281.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE49DB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 73 219 -
CMYK 0.21 0.67 0 0.14
HSL 281.51º 0.67% 0.57% -
HSV(B) 281.51º 0.67% 0.86% -
XYZ 32.62 18.88 68.94 -
YUV 119.84 183.96 166.63 -
System Red Green Blue C M Y K H S L
Decimal 174 73 219 0.21 0.67 0 0.14 281.51 0.67 0.57
Hex AE 49 DB 15 43 0 E 11A 43 39
Octal 256 111 333 25 103 0 16 432 103 71
Binary 10101110 1001001 11011011 10101 1000011 0 1110 100011010 1000011 111001

Color Harmonies of #AE49DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE49DB

Black with #AE49DB

Text Example


Text Example

White with #AE49DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE49DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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