Html Css Color HEX #AE53DD Medium Orchid

📋 copy color: '#AE53DD'

red 174 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #AE53DD

Tints of Medium Orchid #AE53DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.36%

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

R = 36.4%
G = 17.36%
B = 46.23%

CMYK

 C value IS 0.21

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE53DD (or 0xAE53DD) is known color: Medium Orchid. HEX triplet: AE, 53 and DD. RGB value is (174,83,221). Sum of RGB (Red+Green+Blue) = 174+83+221=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 83 (32.81% from 255 or 17.36% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE53DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE53DD is #51AC22. Grayscale: #7D7D7D. Windows color (decimal): -5352483 or 14504878. OLE color: 14504878.

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

Color convert

RGB 174 83 221 -
CMYK 0.21 0.62 0 0.13
HSL 279.57º 0.67% 0.6% -
HSV(B) 279.57º 0.62% 0.87% -
XYZ 33.6 20.41 70.57 -
YUV 125.94 181.65 162.28 -
System Red Green Blue C M Y K H S L
Decimal 174 83 221 0.21 0.62 0 0.13 279.57 0.67 0.6
Hex AE 53 DD 15 3E 0 D 118 43 3C
Octal 256 123 335 25 76 0 15 430 103 74
Binary 10101110 1010011 11011101 10101 111110 0 1101 100011000 1000011 111100

Color Harmonies of #AE53DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE53DD

Black with #AE53DD

Text Example


Text Example

White with #AE53DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE53DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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