Html Css Color HEX #AE48DB Medium Orchid

📋 copy color: '#AE48DB'

red 174 ◦ green 72 ◦ blue 219

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

Shades of Medium Orchid #AE48DB

Tints of Medium Orchid #AE48DB

RGB

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

 GREEN value IS 72 (28.52% from 255) = 15.48%

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

R = 37.42%
G = 15.48%
B = 47.1%

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

#AE48DB (or 0xAE48DB) is known color: Medium Orchid. HEX triplet: AE, 48 and DB. RGB value is (174,72,219). Sum of RGB (Red+Green+Blue) = 174+72+219=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 72 (28.52% from 255 or 15.48% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #AE48DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48DB is #51B724. Grayscale: #767676. Windows color (decimal): -5355301 or 14370990. OLE color: 14370990.

HSL color Cylindrical-coordinate representation of color #AE48DB: hue angle of 281.63º 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 #AE48DB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 72 219 -
CMYK 0.21 0.67 0 0.14
HSL 281.63º 0.67% 0.57% -
HSV(B) 281.63º 0.67% 0.86% -
XYZ 32.56 18.75 68.92 -
YUV 119.26 184.29 167.05 -
System Red Green Blue C M Y K H S L
Decimal 174 72 219 0.21 0.67 0 0.14 281.63 0.67 0.57
Hex AE 48 DB 15 43 0 E 11A 43 39
Octal 256 110 333 25 103 0 16 432 103 71
Binary 10101110 1001000 11011011 10101 1000011 0 1110 100011010 1000011 111001

Color Harmonies of #AE48DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48DB

Black with #AE48DB

Text Example


Text Example

White with #AE48DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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