Html Css Color HEX #AE4BE8 Medium Orchid

📋 copy color: '#AE4BE8'

red 174 ◦ green 75 ◦ blue 232

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

Shades of Medium Orchid #AE4BE8

Tints of Medium Orchid #AE4BE8

RGB

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

 GREEN value IS 75 (29.69% from 255) = 15.59%

 BLUE value IS 232 (91.02% from 255) = 48.23%

R = 36.17%
G = 15.59%
B = 48.23%

CMYK

 C value IS 0.25

 M value IS 0.68

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AE4BE8 (or 0xAE4BE8) is known color: Medium Orchid. HEX triplet: AE, 4B and E8. RGB value is (174,75,232). Sum of RGB (Red+Green+Blue) = 174+75+232=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 75 (29.69% from 255 or 15.59% from 481); Blue value is 232 (91.02% from 255 or 48.23% from 481); Max value from RGB is 232 - color contains mainly: blue. Hex color #AE4BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AE4BE8 is #51B417. Grayscale: #797979. Windows color (decimal): -5354520 or 15223726. OLE color: 15223726.

HSL color Cylindrical-coordinate representation of color #AE4BE8: hue angle of 277.83º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4BE8 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 75 232 -
CMYK 0.25 0.68 0 0.09
HSL 277.83º 0.77% 0.6% -
HSV(B) 277.83º 0.68% 0.91% -
XYZ 34.54 19.86 78.36 -
YUV 122.5 189.8 164.73 -
System Red Green Blue C M Y K H S L
Decimal 174 75 232 0.25 0.68 0 0.09 277.83 0.77 0.6
Hex AE 4B E8 19 44 0 9 116 4D 3C
Octal 256 113 350 31 104 0 11 426 115 74
Binary 10101110 1001011 11101000 11001 1000100 0 1001 100010110 1001101 111100

Color Harmonies of #AE4BE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4BE8

Black with #AE4BE8

Text Example


Text Example

White with #AE4BE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4BE8; }

 p { color: rgb(174,75,232); }

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

background-color css

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

 a { background-color: rgb(174,75,232); }

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

border-color css

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

 span { border-color: rgb(174,75,232); }

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