Html Css Color HEX #AE51F0 Medium Orchid

📋 copy color: '#AE51F0'

red 174 ◦ green 81 ◦ blue 240

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

Shades of Medium Orchid #AE51F0

Tints of Medium Orchid #AE51F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 48.48%

R = 35.15%
G = 16.36%
B = 48.48%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AE51F0 (or 0xAE51F0) is known color: Medium Orchid. HEX triplet: AE, 51 and F0. RGB value is (174,81,240). Sum of RGB (Red+Green+Blue) = 174+81+240=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 240 (94.14% from 255 or 48.48% from 495); Max value from RGB is 240 - color contains mainly: blue. Hex color #AE51F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE51F0 is #51AE0F. Grayscale: #7E7E7E. Windows color (decimal): -5352976 or 15749550. OLE color: 15749550.

HSL color Cylindrical-coordinate representation of color #AE51F0: hue angle of 275.09º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE51F0 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 174 81 240 -
CMYK 0.28 0.66 0 0.06
HSL 275.09º 0.84% 0.63% -
HSV(B) 275.09º 0.66% 0.94% -
XYZ 36.13 21.17 84.62 -
YUV 126.93 191.81 161.57 -
System Red Green Blue C M Y K H S L
Decimal 174 81 240 0.28 0.66 0 0.06 275.09 0.84 0.63
Hex AE 51 F0 1C 42 0 6 113 54 3F
Octal 256 121 360 34 102 0 6 423 124 77
Binary 10101110 1010001 11110000 11100 1000010 0 110 100010011 1010100 111111

Color Harmonies of #AE51F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE51F0

Black with #AE51F0

Text Example


Text Example

White with #AE51F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE51F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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