Html Css Color HEX #AE51D3 Medium Orchid

📋 copy color: '#AE51D3'

red 174 ◦ green 81 ◦ blue 211

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

Shades of Medium Orchid #AE51D3

Tints of Medium Orchid #AE51D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 45.28%

R = 37.34%
G = 17.38%
B = 45.28%

CMYK

 C value IS 0.18

 M value IS 0.62

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AE51D3 (or 0xAE51D3) is known color: Medium Orchid. HEX triplet: AE, 51 and D3. RGB value is (174,81,211). Sum of RGB (Red+Green+Blue) = 174+81+211=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #AE51D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE51D3 is #51AE2C. Grayscale: #7B7B7B. Windows color (decimal): -5353005 or 13849006. OLE color: 13849006.

HSL color Cylindrical-coordinate representation of color #AE51D3: hue angle of 282.92º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AE51D3 is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 81 211 -
CMYK 0.18 0.62 0 0.17
HSL 282.92º 0.6% 0.57% -
HSV(B) 282.92º 0.62% 0.83% -
XYZ 32.16 19.59 63.71 -
YUV 123.63 177.31 163.93 -
System Red Green Blue C M Y K H S L
Decimal 174 81 211 0.18 0.62 0 0.17 282.92 0.6 0.57
Hex AE 51 D3 12 3E 0 11 11B 3C 39
Octal 256 121 323 22 76 0 21 433 74 71
Binary 10101110 1010001 11010011 10010 111110 0 10001 100011011 111100 111001

Color Harmonies of #AE51D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51D3

Black with #AE51D3

Text Example


Text Example

White with #AE51D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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