Html Css Color HEX #AE4CDF Medium Orchid

📋 copy color: '#AE4CDF'

red 174 ◦ green 76 ◦ blue 223

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

Shades of Medium Orchid #AE4CDF

Tints of Medium Orchid #AE4CDF

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.07%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 36.79%
G = 16.07%
B = 47.15%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AE4CDF (or 0xAE4CDF) is known color: Medium Orchid. HEX triplet: AE, 4C and DF. RGB value is (174,76,223). Sum of RGB (Red+Green+Blue) = 174+76+223=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 76 (30.08% from 255 or 16.07% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #AE4CDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE4CDF is #51B320. Grayscale: #797979. Windows color (decimal): -5354273 or 14634158. OLE color: 14634158.

HSL color Cylindrical-coordinate representation of color #AE4CDF: hue angle of 280º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4CDF is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 76 223 -
CMYK 0.22 0.66 0 0.13
HSL 280º 0.7% 0.59% -
HSV(B) 280º 0.66% 0.87% -
XYZ 33.36 19.5 71.82 -
YUV 122.06 184.97 165.05 -
System Red Green Blue C M Y K H S L
Decimal 174 76 223 0.22 0.66 0 0.13 280 0.7 0.59
Hex AE 4C DF 16 42 0 D 118 46 3B
Octal 256 114 337 26 102 0 15 430 106 73
Binary 10101110 1001100 11011111 10110 1000010 0 1101 100011000 1000110 111011

Color Harmonies of #AE4CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4CDF

Black with #AE4CDF

Text Example


Text Example

White with #AE4CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4CDF; }

 p { color: rgb(174,76,223); }

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

background-color css

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

 a { background-color: rgb(174,76,223); }

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

border-color css

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

 span { border-color: rgb(174,76,223); }

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