Html Css Color HEX #AE40CE Medium Orchid

📋 copy color: '#AE40CE'

red 174 ◦ green 64 ◦ blue 206

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

Shades of Medium Orchid #AE40CE

Tints of Medium Orchid #AE40CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.4%

R = 39.19%
G = 14.41%
B = 46.4%

CMYK

 C value IS 0.16

 M value IS 0.69

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE40CE (or 0xAE40CE) is known color: Medium Orchid. HEX triplet: AE, 40 and CE. RGB value is (174,64,206). Sum of RGB (Red+Green+Blue) = 174+64+206=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE40CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE40CE is #51BF31. Grayscale: #707070. Windows color (decimal): -5357362 or 13516974. OLE color: 13516974.

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

Color convert

RGB 174 64 206 -
CMYK 0.16 0.69 0 0.19
HSL 286.48º 0.59% 0.53% -
HSV(B) 286.48º 0.69% 0.81% -
XYZ 30.43 17.12 60.09 -
YUV 113.08 180.44 171.45 -
System Red Green Blue C M Y K H S L
Decimal 174 64 206 0.16 0.69 0 0.19 286.48 0.59 0.53
Hex AE 40 CE 10 45 0 13 11E 3B 35
Octal 256 100 316 20 105 0 23 436 73 65
Binary 10101110 1000000 11001110 10000 1000101 0 10011 100011110 111011 110101

Color Harmonies of #AE40CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE40CE

Black with #AE40CE

Text Example


Text Example

White with #AE40CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE40CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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