Html Css Color HEX #AE4DD7 Medium Orchid

📋 copy color: '#AE4DD7'

red 174 ◦ green 77 ◦ blue 215

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

Shades of Medium Orchid #AE4DD7

Tints of Medium Orchid #AE4DD7

RGB

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

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

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

R = 37.34%
G = 16.52%
B = 46.14%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AE4DD7 (or 0xAE4DD7) is known color: Medium Orchid. HEX triplet: AE, 4D and D7. RGB value is (174,77,215). Sum of RGB (Red+Green+Blue) = 174+77+215=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 215 (84.38% from 255 or 46.14% from 466); Max value from RGB is 215 - color contains mainly: blue. Hex color #AE4DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DD7 is #51B228. Grayscale: #797979. Windows color (decimal): -5354025 or 14110126. OLE color: 14110126.

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

Color convert

RGB 174 77 215 -
CMYK 0.19 0.64 0 0.16
HSL 282.17º 0.63% 0.57% -
HSV(B) 282.17º 0.64% 0.84% -
XYZ 32.38 19.21 66.29 -
YUV 121.74 180.64 165.28 -
System Red Green Blue C M Y K H S L
Decimal 174 77 215 0.19 0.64 0 0.16 282.17 0.63 0.57
Hex AE 4D D7 13 40 0 10 11A 3F 39
Octal 256 115 327 23 100 0 20 432 77 71
Binary 10101110 1001101 11010111 10011 1000000 0 10000 100011010 111111 111001

Color Harmonies of #AE4DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DD7

Black with #AE4DD7

Text Example


Text Example

White with #AE4DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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