Html Css Color HEX #AE5DD7 Medium Orchid

📋 copy color: '#AE5DD7'

red 174 ◦ green 93 ◦ blue 215

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

Shades of Medium Orchid #AE5DD7

Tints of Medium Orchid #AE5DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 44.61%

R = 36.1%
G = 19.29%
B = 44.61%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE5DD7 (or 0xAE5DD7) is known color: Medium Orchid. HEX triplet: AE, 5D and D7. RGB value is (174,93,215). Sum of RGB (Red+Green+Blue) = 174+93+215=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE5DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DD7 is #51A228. Grayscale: #828282. Windows color (decimal): -5349929 or 14114222. OLE color: 14114222.

HSL color Cylindrical-coordinate representation of color #AE5DD7: hue angle of 279.84º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5DD7 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 93 215 -
CMYK 0.19 0.57 0 0.16
HSL 279.84º 0.6% 0.6% -
HSV(B) 279.84º 0.57% 0.84% -
XYZ 33.64 21.73 66.71 -
YUV 131.13 175.34 158.58 -
System Red Green Blue C M Y K H S L
Decimal 174 93 215 0.19 0.57 0 0.16 279.84 0.6 0.6
Hex AE 5D D7 13 39 0 10 118 3C 3C
Octal 256 135 327 23 71 0 20 430 74 74
Binary 10101110 1011101 11010111 10011 111001 0 10000 100011000 111100 111100

Color Harmonies of #AE5DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5DD7

Black with #AE5DD7

Text Example


Text Example

White with #AE5DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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