Html Css Color HEX #AE41EC Medium Orchid

📋 copy color: '#AE41EC'

red 174 ◦ green 65 ◦ blue 236

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

Shades of Medium Orchid #AE41EC

Tints of Medium Orchid #AE41EC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 13.68%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 36.63%
G = 13.68%
B = 49.68%

CMYK

 C value IS 0.26

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE41EC (or 0xAE41EC) is known color: Medium Orchid. HEX triplet: AE, 41 and EC. RGB value is (174,65,236). Sum of RGB (Red+Green+Blue) = 174+65+236=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 65 (25.78% from 255 or 13.68% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE41EC is #51BE13. Grayscale: #747474. Windows color (decimal): -5357076 or 15483310. OLE color: 15483310.

HSL color Cylindrical-coordinate representation of color #AE41EC: hue angle of 278.25º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE41EC is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 65 236 -
CMYK 0.26 0.72 0 0.07
HSL 278.25º 0.82% 0.59% -
HSV(B) 278.25º 0.72% 0.93% -
XYZ 34.49 18.84 81.17 -
YUV 117.09 195.11 168.6 -
System Red Green Blue C M Y K H S L
Decimal 174 65 236 0.26 0.72 0 0.07 278.25 0.82 0.59
Hex AE 41 EC 1A 48 0 7 116 52 3B
Octal 256 101 354 32 110 0 7 426 122 73
Binary 10101110 1000001 11101100 11010 1001000 0 111 100010110 1010010 111011

Color Harmonies of #AE41EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41EC

Black with #AE41EC

Text Example


Text Example

White with #AE41EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41EC; }

 p { color: rgb(174,65,236); }

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

background-color css

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

 a { background-color: rgb(174,65,236); }

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

border-color css

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

 span { border-color: rgb(174,65,236); }

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