Html Css Color HEX #AE51CE Medium Orchid

📋 copy color: '#AE51CE'

red 174 ◦ green 81 ◦ blue 206

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

Shades of Medium Orchid #AE51CE

Tints of Medium Orchid #AE51CE

RGB

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

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

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

R = 37.74%
G = 17.57%
B = 44.69%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AE51CE (or 0xAE51CE) is known color: Medium Orchid. HEX triplet: AE, 51 and CE. RGB value is (174,81,206). Sum of RGB (Red+Green+Blue) = 174+81+206=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 81 (32.03% from 255 or 17.57% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #AE51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51CE is #51AE31. Grayscale: #7A7A7A. Windows color (decimal): -5353010 or 13521326. OLE color: 13521326.

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

Color convert

RGB 174 81 206 -
CMYK 0.16 0.61 0 0.19
HSL 284.64º 0.56% 0.56% -
HSV(B) 284.64º 0.61% 0.81% -
XYZ 31.54 19.34 60.46 -
YUV 123.06 174.81 164.34 -
System Red Green Blue C M Y K H S L
Decimal 174 81 206 0.16 0.61 0 0.19 284.64 0.56 0.56
Hex AE 51 CE 10 3D 0 13 11D 38 38
Octal 256 121 316 20 75 0 23 435 70 70
Binary 10101110 1010001 11001110 10000 111101 0 10011 100011101 111000 111000

Color Harmonies of #AE51CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51CE

Black with #AE51CE

Text Example


Text Example

White with #AE51CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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