Html Css Color HEX #AE5ECC Medium Orchid

📋 copy color: '#AE5ECC'

red 174 ◦ green 94 ◦ blue 204

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

Shades of Medium Orchid #AE5ECC

Tints of Medium Orchid #AE5ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.92%

 BLUE value IS 204 (80.08% from 255) = 43.22%

R = 36.86%
G = 19.92%
B = 43.22%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AE5ECC (or 0xAE5ECC) is known color: Medium Orchid. HEX triplet: AE, 5E and CC. RGB value is (174,94,204). Sum of RGB (Red+Green+Blue) = 174+94+204=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #AE5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5ECC is #51A133. Grayscale: #828282. Windows color (decimal): -5349684 or 13393582. OLE color: 13393582.

HSL color Cylindrical-coordinate representation of color #AE5ECC: hue angle of 283.64º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE5ECC is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 174 94 204 -
CMYK 0.15 0.54 0 0.2
HSL 283.64º 0.52% 0.58% -
HSV(B) 283.64º 0.54% 0.8% -
XYZ 32.36 21.36 59.54 -
YUV 130.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 174 94 204 0.15 0.54 0 0.2 283.64 0.52 0.58
Hex AE 5E CC F 36 0 14 11C 34 3A
Octal 256 136 314 17 66 0 24 434 64 72
Binary 10101110 1011110 11001100 1111 110110 0 10100 100011100 110100 111010

Color Harmonies of #AE5ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE5ECC

Black with #AE5ECC

Text Example


Text Example

White with #AE5ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE5ECC; }

 p { color: rgb(174,94,204); }

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

background-color css

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

 a { background-color: rgb(174,94,204); }

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

border-color css

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

 span { border-color: rgb(174,94,204); }

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