Html Css Color HEX #AE48DD Medium Orchid

📋 copy color: '#AE48DD'

red 174 ◦ green 72 ◦ blue 221

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

Shades of Medium Orchid #AE48DD

Tints of Medium Orchid #AE48DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.32%

R = 37.26%
G = 15.42%
B = 47.32%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE48DD (or 0xAE48DD) is known color: Medium Orchid. HEX triplet: AE, 48 and DD. RGB value is (174,72,221). Sum of RGB (Red+Green+Blue) = 174+72+221=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 72 (28.52% from 255 or 15.42% from 467); Blue value is 221 (86.72% from 255 or 47.32% from 467); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE48DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE48DD is #51B722. Grayscale: #767676. Windows color (decimal): -5355299 or 14502062. OLE color: 14502062.

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

Color convert

RGB 174 72 221 -
CMYK 0.21 0.67 0 0.13
HSL 281.07º 0.69% 0.57% -
HSV(B) 281.07º 0.67% 0.87% -
XYZ 32.82 18.85 70.32 -
YUV 119.48 185.29 166.88 -
System Red Green Blue C M Y K H S L
Decimal 174 72 221 0.21 0.67 0 0.13 281.07 0.69 0.57
Hex AE 48 DD 15 43 0 D 119 45 39
Octal 256 110 335 25 103 0 15 431 105 71
Binary 10101110 1001000 11011101 10101 1000011 0 1101 100011001 1000101 111001

Color Harmonies of #AE48DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE48DD

Black with #AE48DD

Text Example


Text Example

White with #AE48DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE48DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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