Html Css Color HEX #AE41CE Medium Orchid

📋 copy color: '#AE41CE'

red 174 ◦ green 65 ◦ blue 206

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

Shades of Medium Orchid #AE41CE

Tints of Medium Orchid #AE41CE

RGB

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

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

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

R = 39.1%
G = 14.61%
B = 46.29%

CMYK

 C value IS 0.16

 M value IS 0.68

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE41CE (or 0xAE41CE) is known color: Medium Orchid. HEX triplet: AE, 41 and CE. RGB value is (174,65,206). Sum of RGB (Red+Green+Blue) = 174+65+206=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 65 (25.78% from 255 or 14.61% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE41CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE41CE is #51BE31. Grayscale: #717171. Windows color (decimal): -5357106 or 13517230. OLE color: 13517230.

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

Color convert

RGB 174 65 206 -
CMYK 0.16 0.68 0 0.19
HSL 286.38º 0.59% 0.53% -
HSV(B) 286.38º 0.68% 0.81% -
XYZ 30.49 17.24 60.11 -
YUV 113.67 180.11 171.04 -
System Red Green Blue C M Y K H S L
Decimal 174 65 206 0.16 0.68 0 0.19 286.38 0.59 0.53
Hex AE 41 CE 10 44 0 13 11E 3B 35
Octal 256 101 316 20 104 0 23 436 73 65
Binary 10101110 1000001 11001110 10000 1000100 0 10011 100011110 111011 110101

Color Harmonies of #AE41CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE41CE

Black with #AE41CE

Text Example


Text Example

White with #AE41CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE41CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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