Html Css Color HEX #AE4DFF Medium Orchid

📋 copy color: '#AE4DFF'

red 174 ◦ green 77 ◦ blue 255

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

Shades of Medium Orchid #AE4DFF

Tints of Medium Orchid #AE4DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.22%

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

R = 34.39%
G = 15.22%
B = 50.4%

CMYK

 C value IS 0.32

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#AE4DFF (or 0xAE4DFF) is known color: Medium Orchid. HEX triplet: AE, 4D and FF. RGB value is (174,77,255). Sum of RGB (Red+Green+Blue) = 174+77+255=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #AE4DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DFF is #51B200. Grayscale: #7D7D7D. Windows color (decimal): -5353985 or 16731566. OLE color: 16731566.

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

Color convert

RGB 174 77 255 -
CMYK 0.32 0.70 0 0
HSL 272.7º 1% 0.65% -
HSV(B) 272.7º 0.7% 1% -
XYZ 38.16 21.53 96.75 -
YUV 126.3 200.64 162.03 -
System Red Green Blue C M Y K H S L
Decimal 174 77 255 0.32 0.70 0 0 272.7 1 0.65
Hex AE 4D FF 20 46 0 0 111 64 41
Octal 256 115 377 40 106 0 0 421 144 101
Binary 10101110 1001101 11111111 100000 1000110 0 0 100010001 1100100 1000001

Color Harmonies of #AE4DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DFF

Black with #AE4DFF

Text Example


Text Example

White with #AE4DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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