Html Css Color HEX #AE40D0 Medium Orchid

📋 copy color: '#AE40D0'

red 174 ◦ green 64 ◦ blue 208

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

Shades of Medium Orchid #AE40D0

Tints of Medium Orchid #AE40D0

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.35%

 BLUE value IS 208 (81.64% from 255) = 46.64%

R = 39.01%
G = 14.35%
B = 46.64%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AE40D0 (or 0xAE40D0) is known color: Medium Orchid. HEX triplet: AE, 40 and D0. RGB value is (174,64,208). Sum of RGB (Red+Green+Blue) = 174+64+208=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 208 (81.64% from 255 or 46.64% from 446); Max value from RGB is 208 - color contains mainly: blue. Hex color #AE40D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40D0 is #51BF2F. Grayscale: #707070. Windows color (decimal): -5357360 or 13648046. OLE color: 13648046.

HSL color Cylindrical-coordinate representation of color #AE40D0: hue angle of 285.83º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE40D0 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 64 208 -
CMYK 0.16 0.69 0 0.18
HSL 285.83º 0.61% 0.53% -
HSV(B) 285.83º 0.69% 0.82% -
XYZ 30.67 17.22 61.38 -
YUV 113.31 181.44 171.29 -
System Red Green Blue C M Y K H S L
Decimal 174 64 208 0.16 0.69 0 0.18 285.83 0.61 0.53
Hex AE 40 D0 10 45 0 12 11E 3D 35
Octal 256 100 320 20 105 0 22 436 75 65
Binary 10101110 1000000 11010000 10000 1000101 0 10010 100011110 111101 110101

Color Harmonies of #AE40D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40D0

Black with #AE40D0

Text Example


Text Example

White with #AE40D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40D0; }

 p { color: rgb(174,64,208); }

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

background-color css

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

 a { background-color: rgb(174,64,208); }

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

border-color css

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

 span { border-color: rgb(174,64,208); }

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