Html Css Color HEX #AE4DF2 Medium Orchid

📋 copy color: '#AE4DF2'

red 174 ◦ green 77 ◦ blue 242

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

Shades of Medium Orchid #AE4DF2

Tints of Medium Orchid #AE4DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.09%

R = 35.29%
G = 15.62%
B = 49.09%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AE4DF2 (or 0xAE4DF2) is known color: Medium Orchid. HEX triplet: AE, 4D and F2. RGB value is (174,77,242). Sum of RGB (Red+Green+Blue) = 174+77+242=493 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.29% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #AE4DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE4DF2 is #51B20D. Grayscale: #7C7C7C. Windows color (decimal): -5353998 or 15879598. OLE color: 15879598.

HSL color Cylindrical-coordinate representation of color #AE4DF2: hue angle of 275.27º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AE4DF2 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 77 242 -
CMYK 0.28 0.68 0 0.05
HSL 275.27º 0.86% 0.63% -
HSV(B) 275.27º 0.68% 0.95% -
XYZ 36.14 20.72 86.1 -
YUV 124.81 194.14 163.08 -
System Red Green Blue C M Y K H S L
Decimal 174 77 242 0.28 0.68 0 0.05 275.27 0.86 0.63
Hex AE 4D F2 1C 44 0 5 113 56 3F
Octal 256 115 362 34 104 0 5 423 126 77
Binary 10101110 1001101 11110010 11100 1000100 0 101 100010011 1010110 111111

Color Harmonies of #AE4DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE4DF2

Black with #AE4DF2

Text Example


Text Example

White with #AE4DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE4DF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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