Html Css Color HEX #AE4DDD Medium Orchid

📋 copy color: '#AE4DDD'

red 174 ◦ green 77 ◦ blue 221

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

Shades of Medium Orchid #AE4DDD

Tints of Medium Orchid #AE4DDD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.31%

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

R = 36.86%
G = 16.31%
B = 46.82%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4DDD (or 0xAE4DDD) is known color: Medium Orchid. HEX triplet: AE, 4D and DD. RGB value is (174,77,221). Sum of RGB (Red+Green+Blue) = 174+77+221=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #AE4DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DDD is #51B222. Grayscale: #797979. Windows color (decimal): -5354019 or 14503342. OLE color: 14503342.

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

Color convert

RGB 174 77 221 -
CMYK 0.21 0.65 0 0.13
HSL 280.42º 0.68% 0.58% -
HSV(B) 280.42º 0.65% 0.87% -
XYZ 33.16 19.53 70.43 -
YUV 122.42 183.64 164.79 -
System Red Green Blue C M Y K H S L
Decimal 174 77 221 0.21 0.65 0 0.13 280.42 0.68 0.58
Hex AE 4D DD 15 41 0 D 118 44 3A
Octal 256 115 335 25 101 0 15 430 104 72
Binary 10101110 1001101 11011101 10101 1000001 0 1101 100011000 1000100 111010

Color Harmonies of #AE4DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DDD

Black with #AE4DDD

Text Example


Text Example

White with #AE4DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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