Html Css Color HEX #AE4EFF Medium Orchid

📋 copy color: '#AE4EFF'

red 174 ◦ green 78 ◦ blue 255

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

Shades of Medium Orchid #AE4EFF

Tints of Medium Orchid #AE4EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.38%

 BLUE value IS 255 (100% from 255) = 50.3%

R = 34.32%
G = 15.38%
B = 50.3%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE4EFF (or 0xAE4EFF) is known color: Medium Orchid. HEX triplet: AE, 4E and FF. RGB value is (174,78,255). Sum of RGB (Red+Green+Blue) = 174+78+255=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 78 (30.86% from 255 or 15.38% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE4EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4EFF is #51B100. Grayscale: #7E7E7E. Windows color (decimal): -5353729 or 16731822. OLE color: 16731822.

HSL color Cylindrical-coordinate representation of color #AE4EFF: hue angle of 272.54º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AE4EFF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 174 78 255 -
CMYK 0.32 0.69 0 0
HSL 272.54º 1% 0.65% -
HSV(B) 272.54º 0.69% 1% -
XYZ 38.23 21.67 96.78 -
YUV 126.88 200.3 161.61 -
System Red Green Blue C M Y K H S L
Decimal 174 78 255 0.32 0.69 0 0 272.54 1 0.65
Hex AE 4E FF 20 45 0 0 111 64 41
Octal 256 116 377 40 105 0 0 421 144 101
Binary 10101110 1001110 11111111 100000 1000101 0 0 100010001 1100100 1000001

Color Harmonies of #AE4EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4EFF

Black with #AE4EFF

Text Example


Text Example

White with #AE4EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4EFF; }

 p { color: rgb(174,78,255); }

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

background-color css

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

 a { background-color: rgb(174,78,255); }

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

border-color css

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

 span { border-color: rgb(174,78,255); }

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