Html Css Color HEX #AE5DDD Medium Orchid

📋 copy color: '#AE5DDD'

red 174 ◦ green 93 ◦ blue 221

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

Shades of Medium Orchid #AE5DDD

Tints of Medium Orchid #AE5DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.06%

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

R = 35.66%
G = 19.06%
B = 45.29%

CMYK

 C value IS 0.21

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE5DDD (or 0xAE5DDD) is known color: Medium Orchid. HEX triplet: AE, 5D and DD. RGB value is (174,93,221). Sum of RGB (Red+Green+Blue) = 174+93+221=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 93 (36.72% from 255 or 19.06% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE5DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDD is #51A222. Grayscale: #838383. Windows color (decimal): -5349923 or 14507438. OLE color: 14507438.

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

Color convert

RGB 174 93 221 -
CMYK 0.21 0.58 0 0.13
HSL 277.97º 0.65% 0.62% -
HSV(B) 277.97º 0.58% 0.87% -
XYZ 34.42 22.05 70.85 -
YUV 131.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 174 93 221 0.21 0.58 0 0.13 277.97 0.65 0.62
Hex AE 5D DD 15 3A 0 D 116 41 3E
Octal 256 135 335 25 72 0 15 426 101 76
Binary 10101110 1011101 11011101 10101 111010 0 1101 100010110 1000001 111110

Color Harmonies of #AE5DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DDD

Black with #AE5DDD

Text Example


Text Example

White with #AE5DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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