Html Css Color HEX #AE51C4 Medium Orchid

📋 copy color: '#AE51C4'

red 174 ◦ green 81 ◦ blue 196

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

Shades of Medium Orchid #AE51C4

Tints of Medium Orchid #AE51C4

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.96%

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 38.58%
G = 17.96%
B = 43.46%

CMYK

 C value IS 0.11

 M value IS 0.59

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AE51C4 (or 0xAE51C4) is known color: Medium Orchid. HEX triplet: AE, 51 and C4. RGB value is (174,81,196). Sum of RGB (Red+Green+Blue) = 174+81+196=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE51C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51C4 is #51AE3B. Grayscale: #797979. Windows color (decimal): -5353020 or 12865966. OLE color: 12865966.

HSL color Cylindrical-coordinate representation of color #AE51C4: hue angle of 288.52º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE51C4 is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 174 81 196 -
CMYK 0.11 0.59 0 0.23
HSL 288.52º 0.49% 0.54% -
HSV(B) 288.52º 0.59% 0.77% -
XYZ 30.36 18.87 54.27 -
YUV 121.92 169.81 165.15 -
System Red Green Blue C M Y K H S L
Decimal 174 81 196 0.11 0.59 0 0.23 288.52 0.49 0.54
Hex AE 51 C4 B 3B 0 17 121 31 36
Octal 256 121 304 13 73 0 27 441 61 66
Binary 10101110 1010001 11000100 1011 111011 0 10111 100100001 110001 110110

Color Harmonies of #AE51C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51C4

Black with #AE51C4

Text Example


Text Example

White with #AE51C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51C4; }

 p { color: rgb(174,81,196); }

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

background-color css

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

 a { background-color: rgb(174,81,196); }

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

border-color css

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

 span { border-color: rgb(174,81,196); }

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