Html Css Color HEX #AE64EC Medium Orchid

📋 copy color: '#AE64EC'

red 174 ◦ green 100 ◦ blue 236

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

Shades of Medium Orchid #AE64EC

Tints of Medium Orchid #AE64EC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.61%

 BLUE value IS 236 (92.58% from 255) = 46.27%

R = 34.12%
G = 19.61%
B = 46.27%

CMYK

 C value IS 0.26

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AE64EC (or 0xAE64EC) is known color: Medium Orchid. HEX triplet: AE, 64 and EC. RGB value is (174,100,236). Sum of RGB (Red+Green+Blue) = 174+100+236=510 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.12% from 510); Green value is 100 (39.45% from 255 or 19.61% from 510); Blue value is 236 (92.58% from 255 or 46.27% from 510); Max value from RGB is 236 - color contains mainly: blue. Hex color #AE64EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE64EC is #519B13. Grayscale: #898989. Windows color (decimal): -5348116 or 15492270. OLE color: 15492270.

HSL color Cylindrical-coordinate representation of color #AE64EC: hue angle of 272.65º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE64EC is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 100 236 -
CMYK 0.26 0.58 0 0.07
HSL 272.65º 0.78% 0.66% -
HSV(B) 272.65º 0.58% 0.93% -
XYZ 37.15 24.17 82.06 -
YUV 137.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 174 100 236 0.26 0.58 0 0.07 272.65 0.78 0.66
Hex AE 64 EC 1A 3A 0 7 111 4E 42
Octal 256 144 354 32 72 0 7 421 116 102
Binary 10101110 1100100 11101100 11010 111010 0 111 100010001 1001110 1000010

Color Harmonies of #AE64EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE64EC

Black with #AE64EC

Text Example


Text Example

White with #AE64EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE64EC; }

 p { color: rgb(174,100,236); }

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

background-color css

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

 a { background-color: rgb(174,100,236); }

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

border-color css

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

 span { border-color: rgb(174,100,236); }

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