Html Css Color HEX #AE48DF Medium Orchid

📋 copy color: '#AE48DF'

red 174 ◦ green 72 ◦ blue 223

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

Shades of Medium Orchid #AE48DF

Tints of Medium Orchid #AE48DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.55%

R = 37.1%
G = 15.35%
B = 47.55%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE48DF (or 0xAE48DF) is known color: Medium Orchid. HEX triplet: AE, 48 and DF. RGB value is (174,72,223). Sum of RGB (Red+Green+Blue) = 174+72+223=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE48DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48DF is #51B720. Grayscale: #777777. Windows color (decimal): -5355297 or 14633134. OLE color: 14633134.

HSL color Cylindrical-coordinate representation of color #AE48DF: hue angle of 280.53º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE48DF is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 72 223 -
CMYK 0.22 0.68 0 0.13
HSL 280.53º 0.7% 0.58% -
HSV(B) 280.53º 0.68% 0.87% -
XYZ 33.09 18.96 71.73 -
YUV 119.71 186.29 166.72 -
System Red Green Blue C M Y K H S L
Decimal 174 72 223 0.22 0.68 0 0.13 280.53 0.7 0.58
Hex AE 48 DF 16 44 0 D 119 46 3A
Octal 256 110 337 26 104 0 15 431 106 72
Binary 10101110 1001000 11011111 10110 1000100 0 1101 100011001 1000110 111010

Color Harmonies of #AE48DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48DF

Black with #AE48DF

Text Example


Text Example

White with #AE48DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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